Skip to content

Commit

Permalink
Typo in CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera authored Feb 19, 2025
1 parent a96a76b commit 542e280
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 @@ -195,7 +195,7 @@
{
"name": "dev.release",
"inherits": "dev",
"binaryDir": "${sourceDir}/build/debug",
"binaryDir": "${sourceDir}/build/release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_RUNTIME_OUTPUT_DIRECTORY": "${sourceDir}/build/release/bin"
Expand Down

0 comments on commit 542e280

Please sign in to comment.