Browse Source

DCMTK - Restore correct GIT_REPOSITORY overwritten by mistake

Jean-Christophe Fillion-Robin 13 years ago
parent
commit
c0fcd26a86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/DCMTK.cmake

+ 1 - 1
CMakeExternals/DCMTK.cmake

@@ -41,7 +41,7 @@ if(${add_project})
       SOURCE_DIR ${CMAKE_BINARY_DIR}/${proj}
       BINARY_DIR ${proj}-build
       PREFIX ${proj}${ep_suffix}
-      GIT_REPOSITORY "file:///home/jchris/Projects/sandbox/dcmtk-git/dcmtk"
+      GIT_REPOSITORY "${git_protocol}://git.dcmtk.org/dcmtk.git"
       GIT_TAG ${revision_tag}
       CMAKE_GENERATOR ${gen}
       UPDATE_COMMAND ""