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