Skip to content

Commit

Permalink
WIP: Update elastix version to 5.2.0, 2024-07-18
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Dekker committed Jul 19, 2024
1 parent 36c4226 commit e9bc8db
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")
# Released on 2024-07-18:
set(elastix_GIT_TAG "5.2.0")
FetchContent_Declare(
elx
GIT_REPOSITORY ${elastix_GIT_REPOSITORY}
Expand Down

0 comments on commit e9bc8db

Please sign in to comment.