We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc41432 commit 08a6dcaCopy full SHA for 08a6dca
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.2)
2
project(TwoProjectionRegistration)
3
4
if(NOT ITK_SOURCE_DIR)
5
- find_package(ITK 4.9 REQUIRED)
+ find_package(ITK 5.0 REQUIRED)
6
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
7
include(ITKModuleExternal)
8
else()
setup.py
@@ -51,6 +51,6 @@
51
keywords='ITK InsightToolkit Projection Registration',
52
url=r'https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration',
53
install_requires=[
54
- r'itk'
+ r'itk>=5.0rc1'
55
]
56
)
0 commit comments