Skip to content

Commit 56ccb1e

Browse files
wip
1 parent 17e1c04 commit 56ccb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ if (MSVC)
345345
add_definitions(-DBOOST_ALL_NO_LIB)
346346
endif()
347347

348-
set(Boost_USE_STATIC_LIBS ON)
348+
# set(Boost_USE_STATIC_LIBS ON)
349349
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
350350
find_package(TBB REQUIRED)
351351
find_package(EXPAT REQUIRED)

0 commit comments

Comments
 (0)