summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/TARGETS-InstallFromSubDir.cmake
Commit message (Collapse)AuthorAgeFilesLines
* install: Allow installing targets created in another directoryZack Galbreath2018-06-181-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