Skip to content

Commit 339ad19

Browse files
committed
ENH: Now require ITK 5.1 for examples.
1 parent 993e910 commit 339ad19

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
@@ -80,7 +80,7 @@ endif()
8080
if(NOT ITK_VERSION)
8181
# To get the ITK version information from external pacakge when building
8282
# stand alone, ITK is required.
83-
find_package(ITK 5.0.0 REQUIRED)
83+
find_package(ITK 5.1.0 REQUIRED)
8484
endif()
8585
set(ITKExamples_VERSION_MAJOR ${ITK_VERSION_MAJOR})
8686
set(ITKExamples_VERSION_MINOR ${ITK_VERSION_MINOR})

0 commit comments

Comments
 (0)