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