Sfoglia il codice sorgente

Merge branch '80-review-testing-cmakelists'

* 80-review-testing-cmakelists:
  DCMTK  - Restore correct GIT_REPOSITORY overwritten by mistake
Jean-Christophe Fillion-Robin 13 anni fa
parent
commit
e2058fccce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 ""