Skip to content

Commit

Permalink
ENH: Update ITK git tag for N4,BSplineSyN speed-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Oct 12, 2022
1 parent 77b8f2a commit 71c9890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_ITKv5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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 5e7aea957c82b67d4364b2b88999805616e3b01d) # Updates for small voxel NIFTI loading
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

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 71c9890

Please sign in to comment.