Explorar el Código

Merge branch '80-review-testing-cmakelists'

* 80-review-testing-cmakelists:
  DCMTK  - Restore correct GIT_REPOSITORY overwritten by mistake
Jean-Christophe Fillion-Robin hace 13 años
padre
commit
e2058fccce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ""