Commit 97c575f
committed
COMP: Bump to minimum CMake 3.16.3
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/ITKMeshToPolyData/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/102593851 parent 6ce9a88 commit 97c575f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments