summaryrefslogtreecommitdiffstats
path: root/Help/command/set.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: clarify PARENT_SCOPE behaviorBen Boeckel2016-06-131-1/+3
| | | | Fixes #15093.
* Help: Document conversion of PATH/FILEPATH cache values to absolute pathsBrad King2015-04-011-0/+9
| | | | Suggested-by: Roger Leigh <rleigh@codelibre.net>
* Help: Rewrite 'set` command documentationBrad King2015-04-011-95/+59
| | | | | | | Much of the information in the old set() command documentation is now covered in the cmake-language(7) manual. Rewrite the documentation with this in mind. Split up the signatures for each kind of variable into different subsections.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+116
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.