abacus: use C++20
This commit is contained in:
parent
da8b08e4e3
commit
4ea7a38b61
|
@ -4,7 +4,7 @@ enable_testing()
|
||||||
|
|
||||||
add_library(common_options INTERFACE)
|
add_library(common_options INTERFACE)
|
||||||
target_compile_features(common_options INTERFACE
|
target_compile_features(common_options INTERFACE
|
||||||
cxx_std_17
|
cxx_std_20
|
||||||
)
|
)
|
||||||
target_compile_options(common_options INTERFACE
|
target_compile_options(common_options INTERFACE
|
||||||
-Wall
|
-Wall
|
||||||
|
|
Loading…
Reference in a new issue