forked from Alepha/Alepha
Start the C++23 adoption.
This commit is contained in:
@ -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} . )
|
||||
|
Reference in New Issue
Block a user