Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install: Allow installing targets created in another directory | Zack Galbreath | 2018-06-18 | 1 | -0/+4 |
Previously, `install(TARGETS)` would only accept targets created in the same directory scope. Relax this restriction by searching the global scope when determining whether or not a target exists. Fixes: #14444 |