summaryrefslogtreecommitdiffstats
path: root/Help/envvar
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add missing docs for the ctest --progress optionCraig Scott2018-10-071-0/+14
| | | | These docs were missing from the changes that introduced the feature in !2240.
* FindCUDA: Add option to set CUDA_HOST_COMPILER via environmentpeterjc1232018-09-181-0/+4
| | | | | Re-use the `CUDAHOSTCXX` environment variable from the first-class CUDA language support to specify the host compiler for FindCUDA.
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-052-2/+2
| | | | | | | | Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
* Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-201-0/+15
| | | | | | 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/+9
| | | | | | | 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/+19
|
* Help: Document CMake's environment variablesRobert Maynard2017-09-2624-0/+196