summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-12-16 15:05:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-12-16 15:05:18 (GMT)
commit43e6254a17b180363d2fa36d2aaf56851970fb40 (patch)
tree840a8dce7b83cf84f37ca27e1af3fd0fdefbb5b3
parent50ee80dff782d3fa3ec827c1c73a22e1f4c913e7 (diff)
parent59e2e7215990feb1e8cfe9c529aa358fec20def6 (diff)
downloadCMake-43e6254a17b180363d2fa36d2aaf56851970fb40.zip
CMake-43e6254a17b180363d2fa36d2aaf56851970fb40.tar.gz
CMake-43e6254a17b180363d2fa36d2aaf56851970fb40.tar.bz2
Merge topic 'test-vtk'
59e2e72159 Tests/Contracts: Update VTK repository URL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4138
-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 c946499..6ae2732 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 ""