We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993e910 commit 339ad19Copy full SHA for 339ad19
CMakeLists.txt
@@ -80,7 +80,7 @@ endif()
80
if(NOT ITK_VERSION)
81
# To get the ITK version information from external pacakge when building
82
# stand alone, ITK is required.
83
- find_package(ITK 5.0.0 REQUIRED)
+ find_package(ITK 5.1.0 REQUIRED)
84
endif()
85
set(ITKExamples_VERSION_MAJOR ${ITK_VERSION_MAJOR})
86
set(ITKExamples_VERSION_MINOR ${ITK_VERSION_MINOR})
0 commit comments