Skip to content

Commit e4d5b97

Browse files
committed
updated presets
1 parent 091d794 commit e4d5b97

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
@@ -4,11 +4,11 @@
44
{
55
"name": "default",
66
"displayName": "Default Config",
7-
"description": "Default build using Unix Makefiles generator",
7+
"description": "Default build using Ninja generator",
88
"generator": "Ninja",
99
"binaryDir": "${sourceDir}/build",
1010
"cacheVariables": {
11-
"ENABLE_CACHE": false,
11+
"ENABLE_CACHE": true,
1212
"CMAKE_EXPORT_COMPILE_COMMANDS": true
1313
}
1414
},

0 commit comments

Comments
 (0)