Skip to content

Commit e10d210

Browse files
authored
Merge pull request #56 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
COMP: Set the minimum required CMake version to 3.10.2.
2 parents 6bf2398 + 9bcdf3c commit e10d210

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)