Skip to content

Commit 710df9d

Browse files
author
Jonathan Six
committed
Remove ninja by default
1 parent e0bf411 commit 710df9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"hidden": false,
1212
"description": "Debug configuration with OpenGL API",
1313
"binaryDir": "${sourceDir}/out/x64-Debug_ogl",
14-
"generator": "Ninja",
1514
"cacheVariables": {
1615
"CMAKE_BUILD_TYPE": "Debug",
1716
"USE_OPENGL_API": "True"
@@ -22,7 +21,6 @@
2221
"hidden": false,
2322
"description": "Release configuration with OpenGL API",
2423
"binaryDir": "${sourceDir}/out/x64-Release_ogl",
25-
"generator": "Ninja",
2624
"cacheVariables": {
2725
"CMAKE_BUILD_TYPE": "Release",
2826
"USE_OPENGL_API": "True"

0 commit comments

Comments
 (0)