Skip to content

Commit

Permalink
Merge pull request #46 from jcfr/patch-1
Browse files Browse the repository at this point in the history
COMP: Update External_niral_utilities to use official repo
  • Loading branch information
juanprietob authored Sep 6, 2017
2 parents 5dd0a4d + 8547474 commit 6d819e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_niral_utilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ if(NOT ( DEFINED "USE_SYSTEM_${extProjName}" AND "${USE_SYSTEM_${extProjName}}"
)

### --- End Project specific additions
set( ${proj}_REPOSITORY ${git_protocol}://github.com/jcfr/niral_utilities.git )
set( ${proj}_GIT_TAG a8635a0a37d29536d3281180a9b39936307419f7)
set( ${proj}_REPOSITORY ${git_protocol}://github.com/NIRALUser/niral_utilities.git )
set( ${proj}_GIT_TAG release)
ExternalProject_Add(${proj}
GIT_REPOSITORY ${${proj}_REPOSITORY}
GIT_TAG ${${proj}_GIT_TAG}
Expand Down

0 comments on commit 6d819e1

Please sign in to comment.