Skip to content

Commit

Permalink
Merge pull request ANTsX#1676 from cookpa/faster_point_check
Browse files Browse the repository at this point in the history
PERF: Update ITK to incorporate faster point set checks
  • Loading branch information
cookpa authored Feb 9, 2024
2 parents 05d94c2 + 516fa46 commit 4a0fb48
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 @@ -152,7 +152,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}_GIT_TAG 66ab5b14c476d057ed46a4daba05b710681160e6) # 2024-01-17
set(${proj}_GIT_TAG 671d758ac3bd54574b997032d8f72d8467e0dcea) # 2024-02-08 faster point checking
set(ITK_VERSION_ID ITK-5.4) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID if ITK version has changed

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 4a0fb48

Please sign in to comment.