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" } } ]