summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-16 02:49:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:20:30 (GMT)
commit922c89014f372ca38303b4258345c23027046616 (patch)
tree9b80c729c1f133f4ac8cdcd7f69fa7bb94afa2f5 /Source/cmExportFileGenerator.cxx
parenteaa5b9cbb1b145b76eb0448df1ce3a3c63ee13c6 (diff)
downloadCMake-922c89014f372ca38303b4258345c23027046616.zip
CMake-922c89014f372ca38303b4258345c23027046616.tar.gz
CMake-922c89014f372ca38303b4258345c23027046616.tar.bz2
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
Diffstat (limited to 'Source/cmExportFileGenerator.cxx')
-rw-r--r--Source/cmExportFileGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx
index 881acee..d6149b3 100644
--- a/Source/cmExportFileGenerator.cxx
+++ b/Source/cmExportFileGenerator.cxx
@@ -799,7 +799,7 @@ cmExportFileGenerator
{
// Add the transitive link dependencies for this configuration.
cmLinkInterface const* iface = target->GetLinkInterface(config,
- target->Target);
+ target);
if (!iface)
{
return;
@@ -911,7 +911,7 @@ cmExportFileGenerator
// Add the transitive link dependencies for this configuration.
if(cmLinkInterface const* iface =
- target->GetLinkInterface(config, target->Target))
+ target->GetLinkInterface(config, target))
{
this->SetImportLinkProperty(suffix, target,
"IMPORTED_LINK_INTERFACE_LANGUAGES",