Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipagaxi committed Mar 11, 2024
1 parent 3265fc5 commit 15cd935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15cd935

Please sign in to comment.