From 05b4e24929aba166f1a9e089a75bbe241b85494d Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Thu, 11 Jul 2024 15:38:29 +0200 Subject: [PATCH] WIP: Update elastix version to 2024-07-11 (GlobalDefaultNumberOfThreads) - Including pull request https://github.com/SuperElastix/elastix/pull/1195 commit https://github.com/SuperElastix/elastix/commit/e3cafc5c1cd5d1eda4736984c3d3050d9353cc6f BUG: Call `SetGlobalDefaultNumberOfThreads` when processing "-threads" --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccba41c..be71786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,8 +59,8 @@ if(WASI OR EMSCRIPTEN) endif() set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git") -# Commit 2024-07-08: "STYLE: Remove unused ELASTIX_USE_OPENMP option and OpenMP compiler flags" -set(elastix_GIT_TAG "e49c47fbb8bca796288796f85020c02ffe85b5d7") +# Commit 2024-07-11: "BUG: Call `SetGlobalDefaultNumberOfThreads` when processing "-threads"" +set(elastix_GIT_TAG "e3cafc5c1cd5d1eda4736984c3d3050d9353cc6f") FetchContent_Declare( elx GIT_REPOSITORY ${elastix_GIT_REPOSITORY}