summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/JobPoolUsesTerminal-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Support job pools in custom commands and targetsRosen Matev2019-05-141-0/+9
Provide a way for custom commands and targets to set the pool variable of the ninja build statement. Setting `JOB_POOL` is not compatible with `USES_TERMINAL`, which implies the `console` pool. The option is silently ignored with other generators. Closes: #18483