diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c144c00..e600fcb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set(_itk_build_shared ${BUILD_SHARED_LIBS}) set(BUILD_SHARED_LIBS OFF) # Elastix does not support shared libs set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") -set(elastix_GIT_TAG "6d90b8d0c5b5ccab8e3dde5107454829b47e2f4d") +set(elastix_GIT_TAG "d652938573e5f193955908eba225a854b31ce36a") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}