summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-18 15:51:19 -0400
committerBrad King <brad.king@kitware.com>2017-04-18 15:51:19 -0400
commit75b6209f1a3c7aae554f0b6ee942383649618855 (patch)
tree4a48e4989ed29b302af5f55285793d633096ca67
parentafc492d58f0af07d57256be3ac45ac70afecc256 (diff)
downloadcmake-next.tar.gz
Poison cmake.org 'next' branchnext
We will no longer maintain this branch. Poison it with an error message that points clients to the gitlab.kitware.com repository.
-rw-r--r--CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
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.