Commit 867bbc6
committed
COMP: Match CMake minimum required version to ITK's
Match CMake minimum required version to ITK's.
Fixes:
```
CMake Warning at D:/a/ITKTextureFeatures/ITK/CMake/ITKModuleExternal.cmake:12 (message):
-- cmake_minimum_required of 3.10.2 is not enough.
cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
CMakeLists.txt:8 (include)
-- This is needed to allow proper setting of CMAKE_MSVC_RUNTIME_LIBRARY.
-- Do not be surprised if you run into link errors of the style:
LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_Static' doesn't match value 'MDd_Dynamic' in module.obj
cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
CMakeLists.txt:21 (include)
```
raised for example at:
https://open.cdash.org/build/8374782/configure1 parent 93a550b commit 867bbc6
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 | | |
5 | 5 | | |
| |||
0 commit comments