Skip to content

Commit 88032f3

Browse files
authored
Merge pull request #570 from lluixhi/boost
Enable building against dynamically-linked Boost
2 parents a76911a + a6599e5 commit 88032f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ IF (MSGPACK_BOOST)
9494
SET (CMAKE_CXX_FLAGS "-DMSGPACK_USE_BOOST ${CMAKE_CXX_FLAGS}")
9595
ENDIF ()
9696

97-
SET (Boost_USE_STATIC_LIBS ON) # only find static libs
9897
SET (Boost_USE_MULTITHREADED ON)
9998
SET (Boost_USE_STATIC_RUNTIME OFF)
10099
FIND_PACKAGE (Boost COMPONENTS chrono context timer system)

0 commit comments

Comments
 (0)