updates scc
All checks were successful
SCC Test/pipeline/head This commit looks good

This commit is contained in:
2025-11-28 15:10:17 +01:00
parent d9a9693c77
commit d97bb9877e
2 changed files with 17 additions and 9 deletions

View File

@@ -30,14 +30,22 @@
"CMAKE_BUILD_TYPE": "Debug" "CMAKE_BUILD_TYPE": "Debug"
} }
}, },
{ {
"name": "DebugCXX20", "name": "DebugWFormat",
"inherits": "Base", "inherits": "Base",
"cacheVariables": { "cacheVariables": {
"CMAKE_CXX_STANDARD": "20", "CMAKE_BUILD_TYPE": "Debug",
"CMAKE_BUILD_TYPE": "Debug" "ENABLE_CLANG_FORMAT": "ON"
} }
}, },
{
"name": "DebugCXX20",
"inherits": "Base",
"cacheVariables": {
"CMAKE_CXX_STANDARD": "20",
"CMAKE_BUILD_TYPE": "Debug"
}
},
{ {
"name": "RelWithDebInfo", "name": "RelWithDebInfo",
"inherits": "Base", "inherits": "Base",

2
scc

Submodule scc updated: 25252a4de6...3f5d963ae0