Skip to content
Snippets Groups Projects
Commit 664c39d0 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: move from main tree

parent c8c3bd7a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment