mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 05:00:35 +00:00
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
Block a user