summaryrefslogtreecommitdiffstats
path: root/Help/command/get_target_property.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Update docs for failure result of get_target_propertyChristopher Tetreault2020-06-231-5/+5
| | | | | | If `get_target_property` fails to find a value for a non-inherited property, it appends `-NOTFOUND` to the var name and sets that as the result, rather than setting the value of the var to `NOTFOUND`.
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+1
|
* Documentation: Reference list of target properties in get_target_propertyTobias Hunger2018-12-131-0/+2
|
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-1/+1
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Some spelling corrections for commands.Yee Fan2018-04-201-2/+2
|
* Help: Clarify behavior of INHERITED propertiesCraig Scott2018-03-211-2/+9
| | | Fixes: #17839
* Help: Improve markup in `get_target_property` documentationBartosz Kosiorek2016-01-281-1/+1
|
* Help: Improve formatting of command documentationMichael Scott2015-06-081-3/+3
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+18
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.