Skip to content

Commit

Permalink
Do not require dependencies to use C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn committed Nov 30, 2023
1 parent 8cee3c3 commit dffd94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()

# Define project
project(Monitoring
VERSION 3.18.0
VERSION 3.18.1
DESCRIPTION "O2 Monitoring library"
LANGUAGES CXX
)
Expand Down Expand Up @@ -217,7 +217,7 @@ target_compile_definitions(Monitoring
)

# Use C++17
target_compile_features(Monitoring PUBLIC cxx_std_20)
target_compile_features(Monitoring PUBLIC cxx_std_17)


####################################
Expand Down

0 comments on commit dffd94d

Please sign in to comment.