Skip to content

Commit

Permalink
ENH: Including ITK patch for double fixed parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jul 3, 2015
1 parent e7e4eb4 commit b0f178b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_ITKv4.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ if(NOT DEFINED ${extProjName}_DIR AND NOT ${USE_SYSTEM_${extProjName}})
### --- End Project specific additions
set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
set(${proj}_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
set(${proj}_GIT_TAG 8dcc50abc770199638f0cec8fa8429b41e261039)
set(ITK_VERSION_ID ITK-4.8) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID
set(${proj}_GIT_TAG 5538e605e730f054d40fee78c258fbaf959fbc92)
set(ITK_VERSION_ID ITK-4.9) ### NOTE: When updating GIT_TAG, also update ITK_VERSION_ID

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

0 comments on commit b0f178b

Please sign in to comment.