mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmGeneratorTarget: Move GetLinkInformation from cmTarget
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user