Skip to content

Commit 205c870

Browse files
authored
Do not require dependencies to use C++20 (#338)
1 parent 8cee3c3 commit 205c870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif()
3131

3232
# Define project
3333
project(Monitoring
34-
VERSION 3.18.0
34+
VERSION 3.18.1
3535
DESCRIPTION "O2 Monitoring library"
3636
LANGUAGES CXX
3737
)
@@ -217,7 +217,7 @@ target_compile_definitions(Monitoring
217217
)
218218

219219
# Use C++17
220-
target_compile_features(Monitoring PUBLIC cxx_std_20)
220+
target_compile_features(Monitoring PUBLIC cxx_std_17)
221221

222222

223223
####################################

0 commit comments

Comments
 (0)