summaryrefslogtreecommitdiffstats
path: root/Help/variable/ENV.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Describe $CACHE and $ENV as operatorsJoachim Wuttke (l)2018-11-081-2/+6
| | | | | | This resolves issue #18514 Also add a cross-reference to if(DEFINED ENV{var}).
* Help: Document the $CACHE{} syntaxRobert Maynard2018-08-071-3/+4
| | | | Also add a test case for the behavior.
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-2/+2
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+7
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.