浏览代码

Tests: Update PLplot contract test repository URL

Use a `git://` protocol URL documented by the repository hosting
infrastructure.  After some updates to that infrastructure, the
`https://` URL with the `.git` extension no longer works reliably.
Brad King 7 年之前
父节点
当前提交
4964fe1e5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")
   set(PLplot_GIT_TAG "plplot-5.13.0")
 endif()
 endif()
 ExternalProject_Add(PLplot
 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}"
   GIT_TAG "${PLplot_GIT_TAG}"
   PREFIX "${PLplot_PREFIX}"
   PREFIX "${PLplot_PREFIX}"
   CMAKE_ARGS
   CMAKE_ARGS