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 ba9e965 commit d81000aCopy full SHA for d81000a
CMakeLists.txt
@@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
87
#-----------------------------------------------------------------------------
88
include(ExternalProject)
89
90
- set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
+ set(ITK_REPOSITORY "https://github.com/thewtex/ITK.git")
91
92
- # ITK release 2023-10-11
93
- set(ITK_GIT_TAG "v5.4rc02")
+ # python-limited-api branch
+ set(ITK_GIT_TAG "0465baf43aa900bef58fa14726a545b7d1745fe5")
94
95
96
# A separate project is used to download ITK, so that it can reused
0 commit comments