summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InstallParallel
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Add option for parallel installMartin Duffy2024-05-2312-0/+76
Adds the global property ``INSTALL_PARALLEL`` to enable a parallel install target for Ninja. Fixes: #25459