From 75b6209f1a3c7aae554f0b6ee942383649618855 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 18 Apr 2017 15:51:19 -0400 Subject: Poison cmake.org 'next' branch We will no longer maintain this branch. Poison it with an error message that points clients to the gitlab.kitware.com repository. --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 545177b6e4..acc2608f9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,11 @@ +message(FATAL_ERROR + "The cmake.org repository branch 'next' is no longer maintained.\n" + "Please see\n" + " https://gitlab.kitware.com/cmake/cmake/blob/master/Help/dev/testing.rst\n" + "for instructions to set up integration testing builds that follow the " + "gitlab.kitware.com repository." + ) + # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -- cgit v1.2.1