Skip to content

Commit

Permalink
WIP: Update elastix version to 2024-07-05, inc. ELASTIX_USE_OPENMP OFF
Browse files Browse the repository at this point in the history
- Including pull request SuperElastix/elastix#1186
"BUG: Switch off ELASTIX_USE_OPENMP by default"
  • Loading branch information
N-Dekker committed Jul 5, 2024
1 parent d43c4f4 commit 7813908
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 @@ -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}
Expand Down

0 comments on commit 7813908

Please sign in to comment.