cmGeneratorTarget: Move GetLinkInformation from cmTarget

This commit is contained in:
Stephen Kelly
2015-08-04 19:19:42 +02:00
parent c971338416
commit 803a7982b4
14 changed files with 72 additions and 85 deletions

View File

@@ -529,7 +529,7 @@ void getCompatibleInterfaceProperties(cmGeneratorTarget *target,
std::set<std::string> &ifaceProperties,
const std::string& config)
{
cmComputeLinkInformation *info = target->Target->GetLinkInformation(config);
cmComputeLinkInformation *info = target->GetLinkInformation(config);
if (!info)
{