Skip to content

Commit

Permalink
Merge pull request #1455 from ANTsX/itkMIThread
Browse files Browse the repository at this point in the history
PERF: Bump ITK to better control multi-threading in registration.
  • Loading branch information
cookpa authored Nov 21, 2022
2 parents 9ad9e08 + 084a08d commit 8cb575a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SuperBuild/External_ITKv5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ if(NOT DEFINED ${extProjName}_DIR AND NOT ${USE_SYSTEM_${extProjName}})

### --- End Project specific additions
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
# set(${proj}_REPOSITORY ${git_protocol}://github.com/stnava/ITK.git)
set(${proj}_GIT_TAG d9c585d96359bf304ad3047148cee81bf27ac0c1) # B-spline scattered data speed-up (N4, BSplineSyN)
set(ITK_VERSION_ID ITK-5.3) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID
set(${proj}_GIT_TAG bbf14ddfb6e7d803e8dbf56550464b77714547af) # Control multi-threading in MI registration
set(ITK_VERSION_ID ITK-5.3) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID if ITK version has changed

ExternalProject_Add(${proj}
GIT_REPOSITORY ${${proj}_REPOSITORY}
Expand Down

0 comments on commit 8cb575a

Please sign in to comment.