Skip to content

Commit 89d52d2

Browse files
committed
COMP: Update ITK to 2021-04-28 release
Adds ARM NumPy compatibility
1 parent 58257f3 commit 89d52d2

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
@@ -72,10 +72,10 @@ if(ITKPythonPackage_SUPERBUILD)
7272
#-----------------------------------------------------------------------------
7373
include(ExternalProject)
7474

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

77-
# ITK release 2021-04-24
78-
set(ITK_GIT_TAG "a9b3dbf3e4d632c217c632c81ada39b4dfb2d2ee")
77+
# ITK release 2021-04-28
78+
set(ITK_GIT_TAG "fa36932038fc81d57ea161600ba4fa605d252487")
7979

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

0 commit comments

Comments
 (0)