Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
CMakeLists.txt change
Browse files Browse the repository at this point in the history
Added parameter Boost_NO_BOOST_CMAKE because Boost doesn't come with a
CMake setup.

For me it just caused confusion while I was trying to debug why CMake
didn't accepted my Boost paths.
  • Loading branch information
leandor committed Oct 18, 2016
1 parent 3fb0688 commit 9d7340d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ option(CBASH_NO_BOOST_ZLIB "Build with external Zlib" OFF)

set (Boost_USE_STATIC_LIBS ON)
set (Boost_USE_MULTITHREADED ON)
set (Boost_NO_BOOST_CMAKE ON)
set (Boost_USE_STATIC_RUNTIME ${PROJECT_STATIC_RUNTIME})

file (GLOB_RECURSE CBASH_GEN_HDRS "${CMAKE_SOURCE_DIR}/src/*.h" )
Expand Down

0 comments on commit 9d7340d

Please sign in to comment.