From 15cd935414bc2d1034181fe5a3ea1ca49a77e2e8 Mon Sep 17 00:00:00 2001 From: Georg Thiesen Date: Mon, 11 Mar 2024 03:38:58 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)