Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Update docs for failure result of get_target_property | Christopher Tetreault | 2020-06-23 | 1 | -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 formating | Bartosz Kosiorek | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Documentation: Reference list of target properties in get_target_property | Tobias Hunger | 2018-12-13 | 1 | -0/+2 |
| | |||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -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 Fan | 2018-04-20 | 1 | -2/+2 |
| | |||||
* | Help: Clarify behavior of INHERITED properties | Craig Scott | 2018-03-21 | 1 | -2/+9 |
| | | | Fixes: #17839 | ||||
* | Help: Improve markup in `get_target_property` documentation | Bartosz Kosiorek | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Help: Improve formatting of command documentation | Michael Scott | 2015-06-08 | 1 | -3/+3 |
| | | | | | Use inline reStructuredText markup and add cross-references in more places. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+18 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |