From 9c75cc89bbcca9a46e280c55430e185d32134ee1 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Tue, 2 May 2023 17:33:00 +0200 Subject: [PATCH] WIP: ENH: Bump elastix version to 2023-04-30 Including: pull request https://github.com/SuperElastix/elastix/pull/864 commit https://github.com/SuperElastix/elastix/commit/c3d478e8e3b6b1806862abbd0d777beff9b66346 "ENH: Upgrade elastix from C++14 to C++17" pull request https://github.com/SuperElastix/elastix/pull/856 commit https://github.com/SuperElastix/elastix/commit/48c64583c8514eac7fa9ad46848be9d100ac80c9 "ENH: Add SetInitialTransformParameterObject to ElastixRegistrationMethod" pull request https://github.com/SuperElastix/elastix/pull/832 commit https://github.com/SuperElastix/elastix/commit/05d2b40f23d5b1c1438521e505e349bb54fdf7e4 ENH: Support "ShowProgressPercentage" parameter (`false` by default) pull request https://github.com/SuperElastix/elastix/pull/815 commit https://github.com/SuperElastix/elastix/commit/c4ef707bb9433e687d45a06408393413f2abe64a "ENH: Add `ElastixLogLevel` to the ITK interface" pull request https://github.com/SuperElastix/elastix/pull/799 "Replace our xout library with Gabi Melman's spdlog" commit https://github.com/SuperElastix/elastix/commit/085a393c858ed9d23a353bf7b54daba1081ee28b "ENH: Add spdlog (v1.11.0) to ThirdParty subdirectory as git submodule" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be89d368..bdf89c15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ if(SKBUILD) endif() set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") -set(elastix_GIT_TAG "d652938573e5f193955908eba225a854b31ce36a") +set(elastix_GIT_TAG "ec8034ddebf465da65dcedef4db2c2bf6f982f9c") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}