Skip to content

Commit

Permalink
DOC: Correct version ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Feb 14, 2025
1 parent c546203 commit 4696ed5
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}_GIT_TAG 018e0eab2bae8b377fd0ee3af83fdcbf22a36f93) # 2025-02-14
set(ITK_VERSION_ID ITK-5.4) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID if ITK version has changed
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 4696ed5

Please sign in to comment.