change out folder for Windows release w/ debug info (#1671)

This commit is contained in:
ManDude
2022-07-18 00:03:18 +01:00
committed by GitHub
parent 1602b05a2e
commit b88175aa56
+1 -1
View File
@@ -31,7 +31,7 @@
"name": "base-windows-relwithdeb",
"hidden": true,
"inherits": "base",
"binaryDir": "${sourceDir}/out/build/RelWithDeb",
"binaryDir": "${sourceDir}/out/build/Release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"