Closed sbelsk closed 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.
ITK_USE_CONCEPT_CHECKING
What about ITK_USE_STRICT_CONCEPT_CHECKING?
ITK_USE_STRICT_CONCEPT_CHECKING
That was already removed: https://github.com/InsightSoftwareConsortium/ITK/blob/524df2a9d1e8990743784afc971fabccce5b29d0/CMakeLists.txt#L505
OK great! I noticed my cdash scripts had both, so I'll remove both from my scripts.
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