Skip to content

Commit

Permalink
Enabled pipeline installation in conda build
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Feb 2, 2024
1 parent 2d77908 commit fce8c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@
},
"SimplnxCore_INSTALL_PIPELINES": {
"type": "BOOL",
"value": "OFF"
"value": "ON"
},
"ITKImageProcessing_INSTALL_PIPELINES": {
"type": "BOOL",
"value": "OFF"
"value": "ON"
},
"OrientationAnalysis_INSTALL_PIPELINES": {
"type": "BOOL",
"value": "OFF"
"value": "ON"
},
"OrientationAnalysis_INSTALL_DATA_FILES": {
"type": "BOOL",
Expand Down

0 comments on commit fce8c32

Please sign in to comment.