We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fe698 commit a6599e5Copy full SHA for a6599e5
CMakeLists.txt
@@ -94,7 +94,6 @@ IF (MSGPACK_BOOST)
94
SET (CMAKE_CXX_FLAGS "-DMSGPACK_USE_BOOST ${CMAKE_CXX_FLAGS}")
95
ENDIF ()
96
97
-SET (Boost_USE_STATIC_LIBS ON) # only find static libs
98
SET (Boost_USE_MULTITHREADED ON)
99
SET (Boost_USE_STATIC_RUNTIME OFF)
100
FIND_PACKAGE (Boost COMPONENTS chrono context timer system)
0 commit comments