diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 670e0b7..8853b0e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,8 +21,8 @@ endif(UNIX) IF(MSVC) set(Boost_DEBUG OFF) set(Boost_DETAILED_FAILURE_MSG OFF) - set(Boost_USE_STATIC_LIBS OFF) - add_definitions(-DBOOST_ALL_DYN_LINK) + set(Boost_USE_STATIC_LIBS ON) +# add_definitions(-DBOOST_ALL_DYN_LINK) ENDIF(MSVC) set(Boost_THREAD_FOUND OFF)