Skip to content

Commit 692f6b7

Browse files
committed
ENH: Bump minimum CMake version to 3.16.3
1 parent f90bb7e commit 692f6b7

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 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
22
project(HigherOrderAccurateGradient)
33

44
if(NOT ITK_SOURCE_DIR)

0 commit comments

Comments
 (0)