cmGeneratorTarget: Move IsLinkable from cmTarget.

This commit is contained in:
Stephen Kelly
2015-10-09 23:44:11 +02:00
parent a527abf099
commit 8e20ea6ef2
8 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ bool cmExportFileGenerator::PopulateInterfaceLinkLibrariesProperty(
ImportPropertyMap &properties,
std::vector<std::string> &missingTargets)
{
if(!target->Target->IsLinkable())
if(!target->IsLinkable())
{
return false;
}