diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-07-09 12:40:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-09 12:40:29 (GMT) |
commit | 2113705c5b4d2b86d6ad62eed33ac26c54894025 (patch) | |
tree | 4fd14f7752f32f40c07f33d3815122e95bffa413 /Help | |
parent | f02ea912ac9cff2cec857202aecd186cc407163c (diff) | |
parent | 14ed40d670e522e33b89102a1e2bb2aed10d0590 (diff) | |
download | CMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.zip CMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.tar.gz CMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.tar.bz2 |
Merge topic 'loglevel-option-case-consistency'
14ed40d670 Help: Use consistent levels for cmake --loglevel and message()
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3521
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index ff099dd..7b5399d 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -200,11 +200,11 @@ 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>`` +``--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``. + log level or higher. The default log level is ``STATUS``. ``--debug-trycompile`` Do not delete the :command:`try_compile` build tree. |