Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Use <xxx> for non-keyword arguments in property command signatures | Craig Scott | 2024-01-05 | 1 | -3/+3 |
| | |||||
* | Help: Clarify that you can't set properties on ALIAS targets | Ryan Friedman | 2023-06-26 | 1 | -0/+2 |
| | | | | | Issue: #19445 Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> | ||||
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -2/+6 |
| | |||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -2/+2 |
| | | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense. | ||||
* | Help: Reference set_property from set_target_properties | Brad King | 2018-03-19 | 1 | -0/+2 |
| | |||||
* | Help: Clarify that set_target_properties supports multiple targets | Brad King | 2018-03-19 | 1 | -2/+2 |
| | | | | Reported-by: Alan W. Irwin <irwin@beluga.phys.uvic.ca> | ||||
* | Help: Link to cmake-properties.7 manual from set_target_properties docs | Brad King | 2015-07-14 | 1 | -94/+3 |
| | | | | | | Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties. | ||||
* | Help: Improve formatting of command documentation | Michael Scott | 2015-06-08 | 1 | -70/+75 |
| | | | | | 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/+104 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |