mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
Merge branch 'loglevel-option-case-consistency' into release-3.15
Merge-request: !3521
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user