summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-env-variables.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-0/+2
| | | | | | | | | | | | While we already support `VERBOSE` environment variable and `CMAKE_VERBOSE_MAKEFILE` cached variable, add `-v` and `--verbose` command line options to be able to activate verbose output directly from CMake's build tool mode command line. Also make `msbuild` honor the verbosity setting. `xcodebuild` still doesn't honor the verbosity setting as it will need a policy added and reworking of cmGlobalGenerator and cmsys to support multiple command invocation.
* Help: Provide backreferences.Joachim Wuttke (h)2018-11-081-0/+8
| | | | | Short intro to pages cmake-variables.7 and cmake-env-variables.7, with backlinks to cmake-language.7.
* Help: Add missing docs for the ctest --progress optionCraig Scott2018-10-071-0/+1
| | | | These docs were missing from the changes that introduced the feature in !2240.
* Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-201-0/+1
| | | | | | Add documentation for both the CMake variable and environment variable of this name pattern. Update references to these names to link to their documents. Clarify the pattern used to construct their names.
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-0/+1
| | | | | | | While we already support `cmake --build . -- -j`, the options after `--` are specific to the native build tool. Add new options `--parallel [<N>]` and `-j [<N>]` to abstract this and map to the proper option for the native build tool.
* Help: move DESTDIR into a separate pageKyle Edwards2018-04-201-0/+1
|
* Help: Document CMake's environment variablesRobert Maynard2017-09-261-0/+54