We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2079a66 commit b14c89cCopy full SHA for b14c89c
CMakePresets.json
@@ -53,6 +53,16 @@
53
"KDSME_INTERNAL_GRAPHVIZ": "ON"
54
}
55
},
56
+ {
57
+ "name": "rel-base",
58
+ "description": "rel-base",
59
+ "inherits": "base",
60
+ "hidden": true,
61
+ "cacheVariables": {
62
+ "CMAKE_BUILD_TYPE": "Release",
63
+ "BUILD_TESTING": "OFF"
64
+ }
65
+ },
66
{
67
"name": "rel6-external-graphviz",
68
"description": "Qt6 release build with external graphviz",
0 commit comments