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:54:34 -0400
commit6a440dd88bfeb1ab41d133a4e89772d7b409d83a (patch)
tree3c80fe3540e8777ded7c7a6cf6986a4e16a58953
parentafc492d58f0af07d57256be3ac45ac70afecc256 (diff)
downloadcmake-nightly-master.tar.gz
Poison cmake.org 'nightly-master' branchnightly-master
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..b140edc1ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,11 @@
+message(FATAL_ERROR
+ "The cmake.org repository branch 'nightly-master' 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.