1
Fork 0

Enable C++20

Also upgrade fmtlib to 9.0.0, in order to prevent a GCC error.
This commit is contained in:
gvnnz 2022-08-13 21:37:50 +02:00
parent afe99625e4
commit 03bd94a423
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ list(APPEND INCLUDE_DIRS
${CMAKE_SOURCE_DIR}/src)
list(APPEND COMPILER_OPTIONS)
list(APPEND LIBRARIES)
list(APPEND COMPILER_FEATURES cxx_std_17)
list(APPEND COMPILER_FEATURES cxx_std_20)
list(APPEND TARGET_PROPERTIES)
# ------------------------------------------------------------------------------

View File

@ -18,7 +18,7 @@
},
{
"name": "fmt",
"version>=": "8.1.1"
"version>=": "9.0.0"
},
{
"name": "catch2",