summaryrefslogtreecommitdiff
path: root/Tests/Contracts/VTK
diff options
context:
space:
mode:
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 ""