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 0b09c27 commit 6c67b71Copy full SHA for 6c67b71
CMakeLists.txt
@@ -6,6 +6,7 @@ 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
+set(Boost_USE_MULTITHREADED ON)
10
11
# Set cmake policy by version: https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html
12
if(${CMAKE_VERSION} VERSION_LESS 3.12)
@@ -16,7 +17,7 @@ endif()
16
17
18
# Define project
19
project(Monitoring
- VERSION 2.4.0
20
+ VERSION 2.6.6
21
DESCRIPTION "O2 Monitoring library"
22
LANGUAGES CXX
23
)
0 commit comments