Skip to content

Commit

Permalink
ENH: Use the latest version of ITK
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 11, 2024
1 parent 82453ae commit f352c98
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 @@ -156,7 +156,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 fabc102c520bcbd21ea35e7303e3756c223e10d7) # Laplacian sharpening
set(${proj}_GIT_TAG c8ec91c826898838f5f1a1a2a53849dd3efc9c88) # 2024-01-09
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 f352c98

Please sign in to comment.