summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-22 11:08:35 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-22 11:08:35 (GMT)
commit53e3080be3a622bf4e720a03da2d3b34a4101be6 (patch)
tree6e794de22193eeae93830dd7b1e22664a40348fb /Tests
parenta13cfa246fee1ba99eeecda8b8e8d158d29841df (diff)
downloadCMake-53e3080be3a622bf4e720a03da2d3b34a4101be6.zip
CMake-53e3080be3a622bf4e720a03da2d3b34a4101be6.tar.gz
CMake-53e3080be3a622bf4e720a03da2d3b34a4101be6.tar.bz2
Tests: Restore PLplot contract test repository https URL
Switch back to the `https://` repository URL but without the `.git` extensions. It seems faster than the `git://` protocol for this server.
Diffstat (limited to 'Tests')
-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 7051d62..8e95ba3 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 "git://git.code.sf.net/p/plplot/plplot"
+ GIT_REPOSITORY "https://git.code.sf.net/p/plplot/plplot"
GIT_TAG "${PLplot_GIT_TAG}"
PREFIX "${PLplot_PREFIX}"
CMAKE_ARGS