Skip to content

Commit 8018dfa

Browse files
committed
Actually change the standard to C++23
1 parent af61ed2 commit 8018dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hidden": false,
66
"cacheVariables": {
77
"CMAKE_EXPORT_COMPILE_COMMANDS": "YES",
8-
"CMAKE_CXX_STANDARD": "20",
8+
"CMAKE_CXX_STANDARD": "23",
99
"CMAKE_CXX_STANDARD_REQUIRED": "YES",
1010
"CMAKE_CXX_EXTENSIONS": "NO",
1111
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "CetProvideDependency"

0 commit comments

Comments
 (0)