1
0
forked from Alepha/Alepha

Start the C++23 adoption.

This commit is contained in:
2023-11-07 05:30:50 -05:00
parent 3b9fb24eec
commit d1157cabf7
107 changed files with 107 additions and 107 deletions

View File

@ -1,6 +1,6 @@
#cmake_policy( SET CMP0002 OLD )
add_compile_options( -std=c++20 )
add_compile_options( -std=c++23 )
add_compile_options( -fdiagnostics-column-unit=byte )
add_compile_options( -fconcepts-diagnostics-depth=0 )
include_directories( ${CMAKE_BINARY_DIR} . )