Skip to content

Commit 245ebc7

Browse files
committed
COMP: Bump ITK to v5.4.6
Update the SuperBuild's pinned ITK tag from v5.4.4 to v5.4.6 so the ITKSoftwareGuide's code examples build against the 5.4.6 release. Release tracking: InsightSoftwareConsortium/ITK#6092
1 parent 296ba7e commit 245ebc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107-
# ITK release branch 2025-06-11
108-
set(${proj}_GIT_TAG "v5.4.4")
107+
# ITK release branch 2026-04-20
108+
set(${proj}_GIT_TAG "v5.4.6")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)