Skip to content

Commit

Permalink
[CMake] Remove forced bin build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 27, 2018
1 parent 51acbe0 commit e4e7e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4e7e98

Please sign in to comment.