From 7a979d455c01edbad42d879973afb355fb3b4ea3 Mon Sep 17 00:00:00 2001 From: austin Date: Mon, 2 Dec 2024 19:08:41 -0500 Subject: [PATCH] remove preset from folder path --- CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 67000adb..6c3da70b 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -6,11 +6,11 @@ "displayName": "Default", "description": "Sets Ninja generator, build and install directory", "generator": "Ninja", - "binaryDir": "${sourceDir}/out/build/${presetName}", + "binaryDir": "${sourceDir}/out/build", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_TOOLCHAIN_FILE": "", - "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" + "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install" } } ]