From d5d1a8c77808001cbeca061d92b9ca09cf62533e Mon Sep 17 00:00:00 2001 From: mason <35282038+emesare@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:45:55 +0000 Subject: [PATCH] Fix typo in default-debug binaryDir --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index a027cea..cf89c1e 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -5,7 +5,7 @@ "name": "default-debug", "displayName": "Default x64 Debug", "description": "Debug x64 build using the Ninja generator", - "binaryDir": "${sourceDir}/out/build/${presetName}/", + "binaryDir": "${sourceDir}/build/${presetName}/", "generator": "Ninja", "architecture": { "value": "x64",