diff options
author | Brad King <brad.king@kitware.com> | 2018-03-22 11:08:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-22 11:08:35 (GMT) |
commit | 53e3080be3a622bf4e720a03da2d3b34a4101be6 (patch) | |
tree | 6e794de22193eeae93830dd7b1e22664a40348fb | |
parent | a13cfa246fee1ba99eeecda8b8e8d158d29841df (diff) | |
download | CMake-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.
-rw-r--r-- | Tests/Contracts/PLplot/CMakeLists.txt | 2 |
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 |