Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix typo in default-debug binaryDir
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Apr 9, 2024
1 parent 8203f45 commit d5d1a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "default-debug",
"displayName": "Default x64 Debug",
"description": "Debug x64 build using the Ninja generator",
"binaryDir": "${sourceDir}/out/build/${presetName}/",
"binaryDir": "${sourceDir}/build/${presetName}/",
"generator": "Ninja",
"architecture": {
"value": "x64",
Expand Down

0 comments on commit d5d1a8c

Please sign in to comment.