Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)