We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cee3c3 commit 205c870Copy full SHA for 205c870
1 file changed
CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
31
32
# Define project
33
project(Monitoring
34
- VERSION 3.18.0
+ VERSION 3.18.1
35
DESCRIPTION "O2 Monitoring library"
36
LANGUAGES CXX
37
)
@@ -217,7 +217,7 @@ target_compile_definitions(Monitoring
217
218
219
# Use C++17
220
-target_compile_features(Monitoring PUBLIC cxx_std_20)
+target_compile_features(Monitoring PUBLIC cxx_std_17)
221
222
223
####################################
0 commit comments