Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTS | Nils Gladitz | 2022-05-16 | 1 | -1/+1 |
| | | | | Fixes: #23494 | ||||
* | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS | Nils Gladitz | 2021-05-19 | 1 | -0/+1 |
In a per-component installation the generated installation scripts are invoked once for each component. Per default custom installation script code added by install(CODE|SCRIPT) only runs for one specific component in this context. The new ALL_COMPONENTS option allows custom script code to be run once for each component being installed. |