diff options
author | Brad King <brad.king@kitware.com> | 2018-03-26 11:58:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-03-26 11:58:22 (GMT) |
commit | 911972903b7cfdb4a0ff356ae43352822b5bbd76 (patch) | |
tree | b321252b570d5aeace6f687887ca17637375033d /Tests | |
parent | 89fd296ef25d359a1c7be42fe6ccfc4265821bb3 (diff) | |
parent | 53e3080be3a622bf4e720a03da2d3b34a4101be6 (diff) | |
download | CMake-911972903b7cfdb4a0ff356ae43352822b5bbd76.zip CMake-911972903b7cfdb4a0ff356ae43352822b5bbd76.tar.gz CMake-911972903b7cfdb4a0ff356ae43352822b5bbd76.tar.bz2 |
Merge topic 'contract-plplot'
53e3080be3 Tests: Restore PLplot contract test repository https URL
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1883
Diffstat (limited to 'Tests')
-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 |