Skip to content

Commit d81000a

Browse files
committed
WIP: ENH: Bump ITK for Limited API support
1 parent ba9e965 commit d81000a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
8787
#-----------------------------------------------------------------------------
8888
include(ExternalProject)
8989

90-
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
90+
set(ITK_REPOSITORY "https://github.com/thewtex/ITK.git")
9191

92-
# ITK release 2023-10-11
93-
set(ITK_GIT_TAG "v5.4rc02")
92+
# python-limited-api branch
93+
set(ITK_GIT_TAG "0465baf43aa900bef58fa14726a545b7d1745fe5")
9494

9595
#-----------------------------------------------------------------------------
9696
# A separate project is used to download ITK, so that it can reused

0 commit comments

Comments
 (0)