From 4348323e2e07fa1be2a0f38952f9e87f53253c9a Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 8 Apr 2024 10:09:33 -0400 Subject: [PATCH] ENH: Use 5.4rc03 for ITK_GIT_TAG References the same commit as the hash. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ba4f11..d1bfc24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD) set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git") - # master branch, 2024-04-04 - set(ITK_GIT_TAG "4449a99921a72ac6ceb4f8fa4521c6b6db6cbfe1") + # release branch, 2024-04-08 + set(ITK_GIT_TAG "v5.4rc03") #----------------------------------------------------------------------------- # A separate project is used to download ITK, so that it can reused