Skip to content

Commit

Permalink
Revert "Stop forcing binaryDir"
Browse files Browse the repository at this point in the history
It's integral to the CI setup, even though it causes collisions with
VSCode builds. See
cpp-best-practices/cmake_template#91

This reverts commit 2e880a4.
  • Loading branch information
dabrahams committed Aug 5, 2024
1 parent fd6c01c commit f3de57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"description": "General settings that apply to all configurations",
"hidden": true,
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"installDir": "${sourceDir}/out/install/${presetName}"
},
{
Expand Down

0 comments on commit f3de57c

Please sign in to comment.