mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
Help: Document CLICOLOR and CLICOLOR_FORCE environment variables
Issue: #26451
This commit is contained in:
@@ -3,7 +3,7 @@ CMAKE_COLOR_DIAGNOSTICS
|
||||
|
||||
.. versionadded:: 3.24
|
||||
|
||||
Enable color diagnostics throughout.
|
||||
Enable color diagnostics throughout the generated build system.
|
||||
|
||||
This variable uses three states: ``ON``, ``OFF`` and not defined.
|
||||
|
||||
@@ -35,3 +35,6 @@ When ``OFF``:
|
||||
If the :envvar:`CMAKE_COLOR_DIAGNOSTICS` environment variable is set, its
|
||||
value is used. Otherwise, ``CMAKE_COLOR_DIAGNOSTICS`` is not defined by
|
||||
default.
|
||||
|
||||
See the :envvar:`CLICOLOR` and :envvar:`CLICOLOR_FORCE` environment
|
||||
variables to control color output from CMake command-line tools.
|
||||
|
||||
Reference in New Issue
Block a user