You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to minimum CMake 3.16.3: use same `cmake_minimum_required` values
as ITK.
Bumped in ITK in commit
InsightSoftwareConsortium/ITK@b01b325
Fixes:
```
-- cmake_minimum_required of 3.10.2 is not enough.
CMake Warning at D:/a/ITKLabelErodeDilate/ITK/CMake/ITKModuleExternal.cmake:15 (message):
cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
CMakeLists.txt:7 (include)
```
raised for example in:
https://open.cdash.org/builds/10184812/configure
0 commit comments