cmGlobalGenerator: Remove unneeded GetGeneratorTarget
This commit is contained in:
parent
0c97d32f7a
commit
d566f39a64
|
@ -2244,8 +2244,7 @@ cmGlobalGenerator::NameResolvesToFramework(const std::string& libname) const
|
||||||
|
|
||||||
if(cmTarget* tgt = this->FindTarget(libname))
|
if(cmTarget* tgt = this->FindTarget(libname))
|
||||||
{
|
{
|
||||||
cmGeneratorTarget* gt = this->GetGeneratorTarget(tgt);
|
if(tgt->IsFrameworkOnApple())
|
||||||
if(gt->IsFrameworkOnApple())
|
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue