Skip to content

Commit 06dd56d

Browse files
CopilotcarsonRadtke
andcommitted
Use Ninja generator for msvc-base preset for consistency
Co-authored-by: carsonRadtke <10507970+carsonRadtke@users.noreply.github.com>
1 parent 8696c2c commit 06dd56d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakePresets.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
"name": "msvc-base",
1616
"inherits": "base",
1717
"hidden": true,
18-
"generator": "Visual Studio 17 2022",
18+
"generator": "Ninja",
1919
"condition": {
2020
"type": "equals",
2121
"lhs": "${hostSystemName}",
2222
"rhs": "Windows"
2323
},
24-
"toolset": "host=x64",
25-
"architecture": "x64",
2624
"cacheVariables": {
2725
"CMAKE_CXX_COMPILER": "cl"
2826
}

0 commit comments

Comments
 (0)