diff --git a/CMakeLists.txt b/CMakeLists.txt index d343e5a..7d72bf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ enable_testing() add_library(common_options INTERFACE) target_compile_features(common_options INTERFACE - cxx_std_17 + cxx_std_20 ) target_compile_options(common_options INTERFACE -Wall