summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/BuildDir--build--parallel-good-number-trailing--target-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.