From 78139084ff840df577c48755e4bf2d2506f766e4 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Fri, 5 Jul 2024 17:50:49 +0200 Subject: [PATCH] WIP: Update elastix version to 2024-07-05, inc. ELASTIX_USE_OPENMP OFF - Including pull request https://github.com/SuperElastix/elastix/pull/1186 "BUG: Switch off ELASTIX_USE_OPENMP by default" --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e23d54..daacef9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,8 +65,8 @@ if(WASI OR EMSCRIPTEN) endif() set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") -# Commit 2024-06-20: "ENH: Add support ComputeZYX parameter to EulerStackTransform (for 3D)" -set(elastix_GIT_TAG "8111c672508d89995550e63ba54ab871e324105b") +# Commit 2024-07-05 branch Switch-off-ELASTIX_USE_OPENMP: "BUG: Switch off ELASTIX_USE_OPENMP by default" +set(elastix_GIT_TAG "564a3b4b7559ef882c4df7dfc6d818795c641738") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}