InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.4k stars 662 forks source link

BUG: Mark CMake variables as advanced #4508

Closed thewtex closed 5 months ago

thewtex commented 5 months ago

These are mostly from third party libraries. Add marked_as_advanced to the vendored code.

Keep the standard configuration simple.

Closes #4446

dzenanz commented 5 months ago

Should ITK_WRAP_* (e.g. ITK_WRAP_complex_float) be advanced?

thewtex commented 5 months ago

Should ITKWRAP* (e.g. ITK_WRAP_complex_float) be advanced?

No, we want the wrapped pixel types and dimension exposed --they are commonly.