From 59e2e7215990feb1e8cfe9c529aa358fec20def6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 14 Dec 2019 12:55:26 -0500 Subject: 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. --- Tests/Contracts/VTK/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "" -- cgit v0.12