ENH: remove warning
This commit is contained in:
parent
3b7005c554
commit
dd8d1e8c8d
|
@ -604,9 +604,9 @@ bool cmGlobalGenerator::IsDependedOn(const char* project,
|
|||
l != targets.end(); l++)
|
||||
{
|
||||
cmTarget& target = l->second;
|
||||
std::set<cmStdString>::const_iterator i =
|
||||
std::set<cmStdString>::const_iterator pos =
|
||||
target.GetUtilities().find(targetIn->GetName());
|
||||
if(i != target.GetUtilities().end())
|
||||
if(pos != target.GetUtilities().end())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue