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