edit macos presets

This commit is contained in:
jadebenn 2024-04-03 19:58:44 -05:00
parent bba825f0c8
commit 005d439a4a

View File

@ -37,19 +37,13 @@
"name": "ci-macos-13",
"displayName": "CI configure step for MacOS",
"description": "Same as default, Used in GitHub actions workflow",
"inherits": "default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
"inherits": "default"
},
{
"name": "debug-macos-13",
"displayName": "Debug configure step for MacOS",
"description": "Used to generate debug configuration for MacOS",
"inherits": "default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
"inherits": "default"
},
{
"name": "ci-windows-2022",