From 0573d9a85593dbc8382aacc52ddefd97bb142b89 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Thu, 10 Aug 2023 11:05:23 +0200 Subject: [PATCH] ENH: Update elastix version to 2023-08-16, inc. ExternalInitialTransform Including pull request https://github.com/SuperElastix/elastix/pull/944 Adds a `SetExternalInitialTransform` member function to `ElastixRegistrationMethod`, allowing to specify any ITK transform as initial transform. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11b1521f..e6a32da1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if(SKBUILD) endif() set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") -set(elastix_GIT_TAG "115d8e1c7b0b23973bfc919a2bf4768f32e4e843") +set(elastix_GIT_TAG "23937288318b4ff42b225fbbfbc4abb128e06384") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}