fixes preset definition
All checks were successful
SCC Test/pipeline/head This commit looks good

This commit is contained in:
2025-09-05 08:42:34 +02:00
parent 821f343a9b
commit e5f1e64425

View File

@@ -32,12 +32,14 @@
},
{
"name": "RelWithDebInfo",
"inherits": "Base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
}
},
{
"name": "Release",
"inherits": "Base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}