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 2fa846d commit 1c2f9f0Copy full SHA for 1c2f9f0
CMakeLists.txt
@@ -3,6 +3,9 @@
3
####################################
4
5
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.2 FATAL_ERROR)
6
+set(Boost_USE_STATIC_RUNTIME OFF)
7
+set(Boost_USE_STATIC_LIBS OFF)
8
+set(BUILD_SHARED_LIBS ON)
9
10
# Set cmake policy by version: https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html
11
if(${CMAKE_VERSION} VERSION_LESS 3.12)
0 commit comments