From 56ccb1ec7eef1981b6bd88ea638fb569697bb056 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 13 Oct 2024 12:14:49 +0200 Subject: [PATCH] wip --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)