Skip to content

Commit e8a9020

Browse files
authored
Merge pull request #100 from jhlegarreta/MatchCMakeMinimumRequiredToITK
COMP: Match CMake minimum required version to ITK's
2 parents e73e2cc + 867bbc6 commit e8a9020

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.10.2)
2+
cmake_minimum_required(VERSION 3.16.3)
33

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

0 commit comments

Comments
 (0)