remove preset from folder path
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-12-02 19:08:41 -05:00
parent 23999d56f4
commit 7a979d455c

View File

@ -6,11 +6,11 @@
"displayName": "Default", "displayName": "Default",
"description": "Sets Ninja generator, build and install directory", "description": "Sets Ninja generator, build and install directory",
"generator": "Ninja", "generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}", "binaryDir": "${sourceDir}/out/build",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug", "CMAKE_BUILD_TYPE": "Debug",
"CMAKE_TOOLCHAIN_FILE": "", "CMAKE_TOOLCHAIN_FILE": "",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install"
} }
} }
] ]