Skip to content

Commit 6b8a6ce

Browse files
committed
Update presets to C++23
<print> is a 23 feature.
1 parent b4c5c3c commit 6b8a6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"generator": "Ninja",
88
"binaryDir": "${sourceDir}/build/${presetName}",
99
"cacheVariables": {
10-
"CMAKE_CXX_STANDARD": "20",
10+
"CMAKE_CXX_STANDARD": "23",
1111
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
1212
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "./infra/cmake/use-fetch-content.cmake"
1313
}

0 commit comments

Comments
 (0)