Skip to content

Commit 6f2bd48

Browse files
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/ITKSplitComponents@45cb66e
1 parent 1cc51ee commit 6f2bd48

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
if(COMMAND CMAKE_POLICY)
33
cmake_policy(SET CMP0003 NEW)
44
endif(COMMAND CMAKE_POLICY)

0 commit comments

Comments
 (0)