Skip to content

Commit b14c89c

Browse files
DanielNicolettiKDABdantti
authored andcommitted
Add back rel-base preset
1 parent 2079a66 commit b14c89c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakePresets.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
"KDSME_INTERNAL_GRAPHVIZ": "ON"
5454
}
5555
},
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+
},
5666
{
5767
"name": "rel6-external-graphviz",
5868
"description": "Qt6 release build with external graphviz",

0 commit comments

Comments
 (0)