Skip to content

Commit

Permalink
Use out of source builds for presets
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jul 17, 2023
1 parent 48970b2 commit 1fc218c
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 @@ -6,7 +6,7 @@
"displayName" : "Base configuration",
"hidden" : true,
"generator" : "Ninja",
"binaryDir" : "build",
"binaryDir": "${sourceParentDir}/mrtrix3-build-${presetName}",
"cacheVariables" : {
"CMAKE_CXX_COMPILER_LAUNCHER" : "ccache"
}
Expand Down

0 comments on commit 1fc218c

Please sign in to comment.