summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorJoachim Wuttke (h) <j.wuttke@fz-juelich.de>2022-04-14 12:39:12 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-05 13:43:39 (GMT)
commit0aea13d20bc638ac896d5e0e817c6bd4f20e0770 (patch)
tree228c8d361a4d5546f484cd41bc5e2b35a0a38069 /Help/command
parentcc97725137783d4f6be3d513c14b975099319863 (diff)
downloadCMake-0aea13d20bc638ac896d5e0e817c6bd4f20e0770.zip
CMake-0aea13d20bc638ac896d5e0e817c6bd4f20e0770.tar.gz
CMake-0aea13d20bc638ac896d5e0e817c6bd4f20e0770.tar.bz2
Help: for message(FATAL_ERROR), document nonzero exit code
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/message.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/message.rst b/Help/command/message.rst
index e44803e..ca4f5c1 100644
--- a/Help/command/message.rst
+++ b/Help/command/message.rst
@@ -32,6 +32,9 @@ influences the way the message is handled:
``FATAL_ERROR``
CMake Error, stop processing and generation.
+ The :manual:`cmake(1)` executable will return a non-zero
+ :ref:`exit code <CMake Exit Code>`.
+
``SEND_ERROR``
CMake Error, continue processing, but skip generation.