Skip to content

Commit

Permalink
ENH: Change version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Oct 3, 2020
1 parent 84f6adb commit 3953163
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}})
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
# set(${proj}_REPOSITORY ${git_protocol}://github.com/stnava/ITK.git)
set(${proj}_GIT_TAG e21a56d1227c5433066237060368cb4532b8a9d2) # Adaptive denoising module 10/2/2020
set(ITK_VERSION_ID ITK-5.1) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID
set(ITK_VERSION_ID ITK-5.2 ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID

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

0 comments on commit 3953163

Please sign in to comment.