Skip to content

Commit

Permalink
CONFIG: Dynamically linked boos usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminetreg committed Aug 18, 2015
1 parent 07dba35 commit 8b474ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ find_package(Threads REQUIRED)
## Boost
set(Boost_USE_MULTITHREADED ON)
#add_definitions(-DBOOST_LOG_DYN_LINK)
add_definitions(-DBOOST_ALL_DYN_LINK
-DBOOST_LOG_DYN_LINK
-DBOOST_TEST_DYN_LINK)

hunter_add_package(Boost COMPONENTS system thread log chrono filesystem
date_time iostreams log test)
Expand Down

0 comments on commit 8b474ed

Please sign in to comment.