Skip to content

Commit f75e9c8

Browse files
committed
COMP: Bump min required version for CMake to > 2.8 to avoid warning
Update RunGitStats to require CMake 3.13.2 or greater - the same as other ITK modules.
1 parent 42d1a5f commit f75e9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/SphinxExtensions/RunGitStats.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.18.2)
22

33
set(Python_ADDITIONAL_VERSIONS 2)
44
find_package(PythonInterp QUIET)

0 commit comments

Comments
 (0)