diff --git a/CMakeLists.txt b/CMakeLists.txt index ced40cbf9..852eed09b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -345,7 +345,7 @@ if (MSVC) add_definitions(-DBOOST_ALL_NO_LIB) endif() -set(Boost_USE_STATIC_LIBS ON) +# set(Boost_USE_STATIC_LIBS ON) find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS}) find_package(TBB REQUIRED) find_package(EXPAT REQUIRED)