summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/genex_link.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636)Stephen Kelly2013-12-091-0/+22
The INTERFACE_LIBRARY type does not have any LOCATION at all, so return early from GetMappedConfig. GetMappedConfig is called from two locations, one of which already pre-checks the INTERFACE_LIBRARY case. Remove that pre-check and handle that case inside the method instead.