summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_PROJECT_NAME.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix incorrect CMAKE_PROJECT_xxx docsCraig Scott2018-03-131-3/+31
| | | | | | | | | The docs for CMAKE_PROJECT_NAME and CMAKE_PROJECT_DESCRIPTION were erroneously documenting the behavior of PROJECT_NAME and PROJECT_DESCRIPTION respectively. Fix these and update the project() docs to also mention CMAKE_PROJECT_NAME and CMAKE_PROJECT_DESCRIPTION. Fixes: #17815
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-1/+1
| | | | | | | | 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.