Skip to content

Commit 4c4e89a

Browse files
committed
Merge branch 'main' into itk-6.0-b1
2 parents f25b926 + 4d07821 commit 4c4e89a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# release-5.4 branch, 2025-06-23
98-
set(ITK_GIT_TAG "46f39a0ea702247628036fc3cffdb009caa463cf")
97+
# main branch, 2025-07-16
98+
set(ITK_GIT_TAG "ff4ff13ec295595cab2edbb3173a39ef798e4c7d")
9999

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

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Install dependencies
4141
brew update
4242
brew install --quiet zstd aria2 gnu-tar doxygen ninja
43-
brew upgrade --quiet cmake
43+
brew upgrade --quiet cmake rustup
4444

4545
if [[ $(arch) == "arm64" ]]; then
4646
tarball_arch="-arm64"

0 commit comments

Comments
 (0)