Skip to content

Commit

Permalink
chore: change presets build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Jul 30, 2024
1 parent dc4eca2 commit df08f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"name": "base",
"hidden": true,
"generator": "Ninja Multi-Config",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"installDir": "${sourceDir}/out/install/${presetName}",
"binaryDir": "${sourceDir}/build",
"installDir": "${sourceDir}/build/install/${presetName}",
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
},
{
Expand Down

0 comments on commit df08f96

Please sign in to comment.