summaryrefslogtreecommitdiffstats
path: root/Help/command/load_cache.rst
Commit message (Collapse)AuthorAgeFilesLines
* load_cache: Add note about export()Peter Kokot2025-01-281-0/+9
| | | | | The export() command can be a better option when outside project can be adjusted in such way.
* load_cache: Mention script mode support (-P)Peter Kokot2025-01-271-0/+5
| | | | | When using the relevant load_cache(READ_WITH_PREFIX) signature, it also works in script mode (cmake -P ...), unlike the 2nd obsolete signature.
* load_cache: Improve explanation of command signaturesPeter Kokot2025-01-221-16/+86
| | | | | | This extends the descriptions of command signatures and options. Additional examples are listed at the bottom for better understanding and overview of this command.
* Help: Clarify load_cache documentation of first parameterCharles Barto2019-11-011-2/+2
| | | | | The first parameter is the path to the *directory* containing the `CMakeCache.txt` file, not the file itself.
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-6/+5
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-2/+2
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+27
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.