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))
|
||||
{
|
||||
cmGeneratorTarget* gt = this->GetGeneratorTarget(tgt);
|
||||
if(gt->IsFrameworkOnApple())
|
||||
if(tgt->IsFrameworkOnApple())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue