Skip to content

Commit

Permalink
WIP: Update elastix version to 2024-07-11 (GlobalDefaultNumberOfThreads)
Browse files Browse the repository at this point in the history
- Including pull request SuperElastix/elastix#1195
commit SuperElastix/elastix@e3cafc5
BUG: Call `SetGlobalDefaultNumberOfThreads` when processing "-threads"
  • Loading branch information
N-Dekker committed Jul 11, 2024
1 parent 36c4226 commit 05b4e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 05b4e24

Please sign in to comment.