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.47k stars 686 forks source link

ENH: Remove the `ITK_USE_CONCEPT_CHECKING` option #5164

Closed sbelsk closed 3 weeks ago

sbelsk commented 3 weeks ago

Resolves https://github.com/InsightSoftwareConsortium/ITK/issues/3775. These changes remove the ITK_USE_CONCEPT_CHECKING option in favor of always performing concept checking, since this option has been enabled by default for a while now.

PR Checklist

seanm commented 3 weeks ago

What about ITK_USE_STRICT_CONCEPT_CHECKING?

dzenanz commented 3 weeks ago

That was already removed: https://github.com/InsightSoftwareConsortium/ITK/blob/524df2a9d1e8990743784afc971fabccce5b29d0/CMakeLists.txt#L505

seanm commented 3 weeks ago

OK great! I noticed my cdash scripts had both, so I'll remove both from my scripts.