Browse Source

Merge topic 'contract-plplot'

4964fe1e Tests: Update PLplot contract test repository URL

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1801
Brad King 7 years ago
parent
commit
0b8db75b47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Contracts/PLplot/CMakeLists.txt

+ 1 - 1
Tests/Contracts/PLplot/CMakeLists.txt

@@ -9,7 +9,7 @@ if(NOT PLplot_GIT_TAG)
   set(PLplot_GIT_TAG "plplot-5.13.0")
 endif()
 ExternalProject_Add(PLplot
-  GIT_REPOSITORY "https://git.code.sf.net/p/plplot/plplot.git"
+  GIT_REPOSITORY "git://git.code.sf.net/p/plplot/plplot"
   GIT_TAG "${PLplot_GIT_TAG}"
   PREFIX "${PLplot_PREFIX}"
   CMAKE_ARGS