Skip to content

Commit 9bcdf3c

Browse files
author
Jon Haitz Legarreta
committed
COMP: Set the minimum required CMake version to 3.10.2.
As agreed in: https://discourse.itk.org/t/cmake-update/870/ Set the `cmake_minimum_required` to version **3.10.2**.
1 parent 6bf2398 commit 9bcdf3c

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,5 +1,5 @@
11
project(TextureFeatures)
2-
cmake_minimum_required(VERSION 3.9.5)
2+
cmake_minimum_required(VERSION 3.10.2)
33

44
if(NOT ITK_SOURCE_DIR)
55
find_package(ITK 4.10 REQUIRED)

0 commit comments

Comments
 (0)