diff options
author | Brad King <brad.king@kitware.com> | 2020-04-27 14:39:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-27 14:40:25 (GMT) |
commit | 0e3a2d9b161c225ce8f43a40321013f82d5294c6 (patch) | |
tree | 75a00fc964c0d0f4774d169e02ca6394722b83b7 /Help/manual | |
parent | 0ae7232334870ef555f35e9ce2a5e21bcc74b13f (diff) | |
parent | 671fe28313b1a66ece5a9b0e7dab1bd05d83460c (diff) | |
download | CMake-0e3a2d9b161c225ce8f43a40321013f82d5294c6.zip CMake-0e3a2d9b161c225ce8f43a40321013f82d5294c6.tar.gz CMake-0e3a2d9b161c225ce8f43a40321013f82d5294c6.tar.bz2 |
Merge topic 'ccmake-custom-colors'
671fe28313 ccmake: Improve coloring, allow customization
f56a695440 ccmake: Rename cmCursesColor::{Options => Choice}
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4629
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-env-variables.7.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-env-variables.7.rst b/Help/manual/cmake-env-variables.7.rst index dfdf415..ee83799 100644 --- a/Help/manual/cmake-env-variables.7.rst +++ b/Help/manual/cmake-env-variables.7.rst @@ -80,3 +80,11 @@ Environment Variables for CTest /envvar/CTEST_PROGRESS_OUTPUT /envvar/CTEST_USE_LAUNCHERS_DEFAULT /envvar/DASHBOARD_TEST_FROM_CTEST + +Environment Variables for the CMake curses interface +==================================================== + +.. toctree:: + :maxdepth: 1 + + /envvar/CCMAKE_COLORS |