Skip to content

Commit 86b9d18

Browse files
committed
ENH: Update CMake minimum support to 3.18.0
1 parent e917d9f commit 86b9d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# CMake versions greater than the ITK_NEWEST_VALIDATED_POLICIES_VERSION policies will
1111
# continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
1212
#
13-
set(ITK_OLDEST_VALIDATED_POLICIES_VERSION "3.16.3")
13+
set(ITK_OLDEST_VALIDATED_POLICIES_VERSION "3.18.0")
1414
set(ITK_NEWEST_VALIDATED_POLICIES_VERSION "3.29.0")
1515
cmake_minimum_required(VERSION ${ITK_OLDEST_VALIDATED_POLICIES_VERSION}...${ITK_NEWEST_VALIDATED_POLICIES_VERSION}
1616
FATAL_ERROR)

0 commit comments

Comments
 (0)