From 7eaa0832f422c1f64ef60d9c6610e67bd26328cb Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 10 Dec 2024 09:51:01 -0500 Subject: [PATCH] COMP: Bump elastix to ITKElastix-2024-12-10-f928159ed6c2 Current `main` + wasm patches. For compatibility with ITK 6. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21129d4..2e86e93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,8 +62,8 @@ endif() # set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") set(elastix_GIT_REPOSITORY "https://github.com/thewtex/elastix.git") # Upstream + wasm patches -# Branch: ITKElastix-2024-07-18-ebb429a33b -set(elastix_GIT_TAG "0ab3f57a6528cce609feedeb1650e7c850beca94") +# Branch: ITKElastix-2024-12-10-f928159ed6c2 +set(elastix_GIT_TAG "8b219cd45d06bd5b20df71de3b5f88a5ef8ddd66") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}