summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-02-27 14:27:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-02-27 14:27:43 (GMT)
commit0b8db75b476152829aea45a155d1b8854aa70d31 (patch)
tree537944c79081757fde422c2442271a830674e663 /Tests
parent2bcccd07bdf4f382776cfb55c716cf09a785fb74 (diff)
parent4964fe1e5ad74cb5b166002498e48c807e4fa7d2 (diff)
downloadCMake-0b8db75b476152829aea45a155d1b8854aa70d31.zip
CMake-0b8db75b476152829aea45a155d1b8854aa70d31.tar.gz
CMake-0b8db75b476152829aea45a155d1b8854aa70d31.tar.bz2
Merge topic 'contract-plplot'
4964fe1e Tests: Update PLplot contract test repository URL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1801
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 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