diff options
author | Brad King <brad.king@kitware.com> | 2019-12-14 17:55:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-12-14 17:55:26 (GMT) |
commit | 59e2e7215990feb1e8cfe9c529aa358fec20def6 (patch) | |
tree | a77cdefb84278db641b9004f38b19b068a60e38b /Tests | |
parent | 2d53894c31c9d6849c67f4c218c0aefed1eb7921 (diff) | |
download | CMake-59e2e7215990feb1e8cfe9c529aa358fec20def6.zip CMake-59e2e7215990feb1e8cfe9c529aa358fec20def6.tar.gz CMake-59e2e7215990feb1e8cfe9c529aa358fec20def6.tar.bz2 |
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')
-rw-r--r-- | Tests/Contracts/VTK/CMakeLists.txt | 2 |
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 "" |