Skip to content
Snippets Groups Projects
Unverified Commit e4e7e982 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

[CMake] Remove forced bin build directory

parent 51acbe0e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ SET(${PROJECT_NAME}_HEADERS
)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
OPTION(DISABLE_SAMPLING "Activate this option if your computer have no graphic card or a small one" OFF)
if(DISABLE_SAMPLING)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment