summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InstallParallel
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Match dots more precisely, part 3AJIOB2025-10-201-5/+5
|
* Tests/InstallParallel: unset `NINJA_STATUS`Ben Boeckel2025-05-221-2/+2
| | | | | | The install tests check that the output matches content including the "status" portion of the output. Unset the variable to avoid leakage from development environments.
* cmake --install: Respect CMAKE_DEFAULT_CONFIGSMartin Duffy2024-11-192-22/+5
| | | | | | | When `cmake --install` is run with no `--config` passed, use `CMAKE_DEFAULT_CONFIGS` to determine which config(s) to install. Fixes: #21475
* install: Write manifest file in parallel installMartin Duffy2024-07-2516-84/+146
| | | | Updates the parallel install to generate the install_manifest.txt file.
* Install: Add parallel installation optionMartin Duffy2024-07-156-15/+59
| | | | Fixes: #26000
* 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