This commit is contained in:
Siarhei Fedartsou 2024-10-13 12:14:49 +02:00
parent 17e1c04136
commit 56ccb1ec7e

View File

@ -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)