summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-04-30 22:34:49 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-30 22:35:06 (GMT)
commite138207c42f39e8cc49a7f954a75b2a8da522e6a (patch)
tree0b10750d8a35e78d88f4db5228a4df6b648048c8 /Help/manual
parentea026fb2198ebd47353270461059183bbff867bd (diff)
parent599587feb1685eb75b7efe32cfcc16fed13d65b5 (diff)
downloadCMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.zip
CMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.tar.gz
CMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.tar.bz2
Merge topic 'message-new-types-and-logging'
599587feb1 message(): Minor code modernization 6cc93b370e message(): Add support for log levels 377d1b7896 cmSystemTools: Remove unused message-related code, simplify logic Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3268
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 5b88694..3e1680c 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -200,6 +200,12 @@ Options
from the top of a binary tree for a CMake project it will dump
additional information such as the cache, log files etc.
+``--loglevel=<error|warning|notice|status|verbose|debug|trace>``
+ Set the log level.
+
+ The :command:`message` command will only output messages of the specified
+ log level or higher. The default log level is ``status``.
+
``--debug-trycompile``
Do not delete the :command:`try_compile` build tree.
Only useful on one :command:`try_compile` at a time.