Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add explicit <PackageName>_ROOT variable documentation | Brad King | 2018-07-20 | 1 | -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 mode | Florian Maushart | 2018-05-25 | 1 | -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 page | Kyle Edwards | 2018-04-20 | 1 | -0/+19 |
| | |||||
* | Help: Document CMake's environment variables | Robert Maynard | 2017-09-26 | 24 | -0/+196 |