Skip to content

Commit d965475

Browse files
committed
ENH: use the new minimum version of CMake from ITK 5.3
1 parent 377e7a2 commit d965475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/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({{ cookiecutter.module_name }})
33

44
set({{ cookiecutter.module_name }}_LIBRARIES {{ cookiecutter.module_name }})

0 commit comments

Comments
 (0)