diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e23d54..daacef9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}