abacus: use C++20

This commit is contained in:
Bruno BELANYI 2021-10-12 15:05:38 +02:00
parent da8b08e4e3
commit 4ea7a38b61
1 changed files with 1 additions and 1 deletions

View File

@ -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