Skip to content

Commit d3d813b

Browse files
committed
fix CI issue with preset
1 parent e0c3a06 commit d3d813b

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
@@ -7,7 +7,7 @@
77
"generator": "Ninja",
88
"binaryDir": "${sourceDir}/build/${presetName}",
99
"cacheVariables": {
10-
"CXX_STANDARD": "20"
10+
"CMAKE_CXX_STANDARD": "20"
1111
}
1212
},
1313
{

0 commit comments

Comments
 (0)