From 53e3080be3a622bf4e720a03da2d3b34a4101be6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 22 Mar 2018 07:08:35 -0400 Subject: 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. --- Tests/Contracts/PLplot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12