Skip to content

Commit

Permalink
Add debug output to boost find
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Apr 24, 2023
1 parent 9238d1a commit 4181ddf
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 @@ -22,6 +22,7 @@ if( NOT CMAKE_BUILD_TYPE )
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()

set(Boost_DEBUG ON)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
Expand Down

0 comments on commit 4181ddf

Please sign in to comment.