Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Remove unused files from RunCMake.CommandLine test | Brad King | 2019-01-22 | 1 | -1/+0 |
| | | | | Drop `-stderr.txt` files for cases that do not exist. | ||||
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -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. |