Skip to content

Commit 6c67b71

Browse files
authored
Set explicit flag to use Boost MULTITHREADED (#182)
* Set explicit flag to use Boost MULTITHREADED * Bump CMake version
1 parent 0b09c27 commit 6c67b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.2 FATAL_ERROR)
66
set(Boost_USE_STATIC_RUNTIME OFF)
77
set(Boost_USE_STATIC_LIBS OFF)
88
set(BUILD_SHARED_LIBS ON)
9+
set(Boost_USE_MULTITHREADED ON)
910

1011
# Set cmake policy by version: https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html
1112
if(${CMAKE_VERSION} VERSION_LESS 3.12)
@@ -16,7 +17,7 @@ endif()
1617

1718
# Define project
1819
project(Monitoring
19-
VERSION 2.4.0
20+
VERSION 2.6.6
2021
DESCRIPTION "O2 Monitoring library"
2122
LANGUAGES CXX
2223
)

0 commit comments

Comments
 (0)