Skip to content

Commit 8696c2c

Browse files
CopilotcarsonRadtke
andcommitted
Change generator from Unix Makefiles to Ninja for gcc and clang presets
Co-authored-by: carsonRadtke <10507970+carsonRadtke@users.noreply.github.com>
1 parent e590a2d commit 8696c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"name": "gcc-base",
3232
"inherits": "base",
3333
"hidden": true,
34-
"generator": "Unix Makefiles",
34+
"generator": "Ninja",
3535
"cacheVariables": {
3636
"CMAKE_CXX_COMPILER": "g++",
3737
"CMAKE_C_COMPILER": "gcc"
@@ -41,7 +41,7 @@
4141
"name": "clang-base",
4242
"inherits": "base",
4343
"hidden": true,
44-
"generator": "Unix Makefiles",
44+
"generator": "Ninja",
4545
"cacheVariables": {
4646
"CMAKE_CXX_COMPILER": "clang++",
4747
"CMAKE_C_COMPILER": "clang"

0 commit comments

Comments
 (0)