summaryrefslogtreecommitdiff
path: root/Tests/Contracts/VTK
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-12-14 12:55:26 -0500
committerBrad King <brad.king@kitware.com>2019-12-14 12:55:26 -0500
commit59e2e7215990feb1e8cfe9c529aa358fec20def6 (patch)
treea77cdefb84278db641b9004f38b19b068a60e38b /Tests/Contracts/VTK
parent2d53894c31c9d6849c67f4c218c0aefed1eb7921 (diff)
downloadcmake-59e2e7215990feb1e8cfe9c529aa358fec20def6.tar.gz
Tests/Contracts: Update VTK repository URL
The vtk.org/vtk.git repository has long been superseded by the repository on gitlab.kitware.com. The former is no longer available.
Diffstat (limited to 'Tests/Contracts/VTK')
-rw-r--r--Tests/Contracts/VTK/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Contracts/VTK/CMakeLists.txt b/Tests/Contracts/VTK/CMakeLists.txt
index c946499b6b..6ae273273e 100644
--- a/Tests/Contracts/VTK/CMakeLists.txt
+++ b/Tests/Contracts/VTK/CMakeLists.txt
@@ -21,7 +21,7 @@ configure_file(
# build & test VTK's release branch
ExternalProject_Add(${PROJECT_NAME}
- GIT_REPOSITORY "git://vtk.org/VTK.git"
+ GIT_REPOSITORY "https://gitlab.kitware.com/vtk/vtk.git"
GIT_TAG "release"
PREFIX ${base_dir}
CONFIGURE_COMMAND ""