summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-all-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTSNils Gladitz2022-05-161-1/+1
| | | | Fixes: #23494
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-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.