aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/utility.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Consistently install prerequisites from any scope by defaultBoris Kolpackov1-0/+32
It is also now possible to adjust this behavior with global config.install.scope override. Valid values for this variable are: project -- only from project strong -- from strong amalgamation weak -- from weak amalgamation global -- from all projects (default)