summaryrefslogtreecommitdiffstats
path: root/Tests/Contracts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-02-26 14:33:08 (GMT)
committerBrad King <brad.king@kitware.com>2018-02-26 14:33:56 (GMT)
commit4964fe1e5ad74cb5b166002498e48c807e4fa7d2 (patch)
treea3299163085979cfe5a875e67746cf9de4435d33 /Tests/Contracts
parentf7430b2538211ea59d5a853148de3b282796bf6a (diff)
downloadCMake-4964fe1e5ad74cb5b166002498e48c807e4fa7d2.zip
CMake-4964fe1e5ad74cb5b166002498e48c807e4fa7d2.tar.gz
CMake-4964fe1e5ad74cb5b166002498e48c807e4fa7d2.tar.bz2
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.
Diffstat (limited to 'Tests/Contracts')
-rw-r--r--Tests/Contracts/PLplot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Contracts/PLplot/CMakeLists.txt b/Tests/Contracts/PLplot/CMakeLists.txt
index b87b4c3..7051d62 100644
--- a/Tests/Contracts/PLplot/CMakeLists.txt
+++ b/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