fix preset names for Selection Views

This commit is contained in:
2026-04-05 04:31:22 +02:00
parent 8a4b3c119d
commit 7a1751589e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
{
"name": "default-debug",
"generator": "Ninja",
"displayName": "Default",
"displayName": "Default Debug",
"binaryDir": "${sourceDir}/build/default-debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
@@ -13,7 +13,7 @@
{
"name": "default-release",
"generator": "Ninja",
"displayName": "Default",
"displayName": "Default Release",
"binaryDir": "${sourceDir}/build/default-release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"