fixes preset definition
Все проверки выполнены успешно
SCC Test/pipeline/head This commit looks good

Этот коммит содержится в:
2025-09-05 08:42:34 +02:00
родитель 821f343a9b
Коммит e5f1e64425

Просмотреть файл

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