| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The export() command can be a better option when outside project can be
adjusted in such way.
|
| |
|
|
|
| |
When using the relevant load_cache(READ_WITH_PREFIX) signature, it also
works in script mode (cmake -P ...), unlike the 2nd obsolete signature.
|
| |
|
|
|
|
| |
This extends the descriptions of command signatures and options.
Additional examples are listed at the bottom for better understanding
and overview of this command.
|
| |
|
|
|
| |
The first parameter is the path to the *directory* containing the
`CMakeCache.txt` file, not the file itself.
|
| |
|
|
|
|
| |
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
|
| |
|
|
|
| |
Use inline reStructuredText markup and add cross-references in more
places.
|
|
|
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
|