| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
When `cmake --install` is run with no `--config` passed, use
`CMAKE_DEFAULT_CONFIGS` to determine which config(s) to install.
Fixes: #21475
|
| |
|
|
| |
Updates the parallel install to generate the install_manifest.txt file.
|
| |
|
|
| |
Fixes: #26000
|
|
|
Adds the global property ``INSTALL_PARALLEL`` to enable a parallel install
target for Ninja.
Fixes: #25459
|