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 091d794 commit e4d5b97Copy full SHA for e4d5b97
CMakePresets.json
@@ -4,11 +4,11 @@
4
{
5
"name": "default",
6
"displayName": "Default Config",
7
- "description": "Default build using Unix Makefiles generator",
+ "description": "Default build using Ninja generator",
8
"generator": "Ninja",
9
"binaryDir": "${sourceDir}/build",
10
"cacheVariables": {
11
- "ENABLE_CACHE": false,
+ "ENABLE_CACHE": true,
12
"CMAKE_EXPORT_COMPILE_COMMANDS": true
13
}
14
},
0 commit comments