Skip to content

Commit f247673

Browse files
jhlegarretadzenanz
authored andcommitted
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/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
1 parent 8197f14 commit f247673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22
project(LabelErodeDilate)
33

44
if(NOT ITK_SOURCE_DIR)

0 commit comments

Comments
 (0)