From b88175aa56f28a3ed3cd60b878107aaeec9463a9 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:03:18 +0100 Subject: [PATCH] change out folder for Windows release w/ debug info (#1671) --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 0af9561b84..509d757aea 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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}"