diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c2fce771f..388558341 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -113,7 +113,7 @@ endif () # Boost is required dependency now set ( Boost_USE_MULTITHREADED ON ) -set ( Boost_USE_STATIC_LIBS ON ) +set ( Boost_USE_STATIC_LIBS OFF ) # todo: as alternative we can try to recompile boost with clang, but precompiled also quite ok if (CMAKE_CROSSCOMPILING AND CMAKE_SYSTEM_NAME STREQUAL Windows) set ( Boost_COMPILER vc142 )