Skip to content

Commit 05b4e24

Browse files
committed
WIP: Update elastix version to 2024-07-11 (GlobalDefaultNumberOfThreads)
- Including pull request SuperElastix/elastix#1195 commit SuperElastix/elastix@e3cafc5 BUG: Call `SetGlobalDefaultNumberOfThreads` when processing "-threads"
1 parent 36c4226 commit 05b4e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if(WASI OR EMSCRIPTEN)
5959
endif()
6060

6161
set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git")
62-
# Commit 2024-07-08: "STYLE: Remove unused ELASTIX_USE_OPENMP option and OpenMP compiler flags"
63-
set(elastix_GIT_TAG "e49c47fbb8bca796288796f85020c02ffe85b5d7")
62+
# Commit 2024-07-11: "BUG: Call `SetGlobalDefaultNumberOfThreads` when processing "-threads""
63+
set(elastix_GIT_TAG "e3cafc5c1cd5d1eda4736984c3d3050d9353cc6f")
6464
FetchContent_Declare(
6565
elx
6666
GIT_REPOSITORY ${elastix_GIT_REPOSITORY}

0 commit comments

Comments
 (0)