Skip to content

Commit 4d51983

Browse files
committed
version: Bump ITK for VectorContainer wrapping fix
Add InsightSoftwareConsortium/ITK@3a11b90
1 parent fa69f8f commit 4d51983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
7373
include(ExternalProject)
7474

7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76-
# ITK nightly-master 2019-01-30
77-
set(ITK_GIT_TAG "v5.0rc01")
76+
# ITK release 2019-02-01
77+
set(ITK_GIT_TAG "3a11b90d06513")
7878

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

0 commit comments

Comments
 (0)