Skip to content

Commit

Permalink
build: Simplify preset binary directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jun 9, 2024
1 parent 5bc2ff2 commit 2904341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@
"name": "c99",
"displayName": "C99 (Debug)",
"description": "Build with only C dependencies",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
Expand Down

0 comments on commit 2904341

Please sign in to comment.