diff --git a/CMakeLists.txt b/CMakeLists.txt index e630187..b058922 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ file(GLOB source_files ) set(SOURCES ${source_files}) -set(CMAKE_INSTALL_PREFIX ./project_build) +set(CMAKE_INSTALL_PREFIX project_build) message (STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin)