summaryrefslogtreecommitdiffstats
path: root/Help/command/get_target_property.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix wrong return values for unset inherited propertiesCraig Scott2024-01-051-7/+5
| | | | | | | | | | Since ff6234509e (Help: Clarify behavior of INHERITED properties, 2018-03-21), the docs for some get_..._property() commands incorrectly describe the behavior for inherited properties. When a property is not set, even in a parent scope, the returned result from the get_..._property() command is the same whether the property is inherited or not. The docs incorrectly stated that an empty string would be returned for inherited properties in such cases.
* Help: Use <variable> consistently in property getter commandsCraig Scott2024-01-051-7/+7
| | | | | | | | Property-related commands used a mix of <VAR>, <var>, or <variable> to specify the variable to store the result in. The <VAR> form is particularly confusing, since being uppercase it looks more like a keyword. Use <variable> consistently across all the commands so that the behavior is clear.
* Help: Use <xxx> for non-keyword arguments in property command signaturesCraig Scott2024-01-051-1/+1
|
* Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-091-2/+6
|
* 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.