Skip to content

Commit 82218b8

Browse files
authored
Merge pull request #246 from InsightSoftwareConsortium/itk-5.2.0-required
ENH: Update ITK Required version to 5.2.0
2 parents 42d1a5f + f76453e commit 82218b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(itk-module)
44
return()
55
endif()
66
endif()
7-
find_package(ITK 5.1.0 REQUIRED)
7+
find_package(ITK 5.2.0 REQUIRED)
88
include(${ITK_USE_FILE})
99

1010
# To avoid linker issues.

0 commit comments

Comments
 (0)