We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bf411 commit 710df9dCopy full SHA for 710df9d
CMakePresets.json
@@ -11,7 +11,6 @@
11
"hidden": false,
12
"description": "Debug configuration with OpenGL API",
13
"binaryDir": "${sourceDir}/out/x64-Debug_ogl",
14
- "generator": "Ninja",
15
"cacheVariables": {
16
"CMAKE_BUILD_TYPE": "Debug",
17
"USE_OPENGL_API": "True"
@@ -22,7 +21,6 @@
22
21
23
"description": "Release configuration with OpenGL API",
24
"binaryDir": "${sourceDir}/out/x64-Release_ogl",
25
26
27
"CMAKE_BUILD_TYPE": "Release",
28
0 commit comments