mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user