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

ENH: try to fix things up for the dashboard

parent 66ea0975
No related branches found
No related tags found
No related merge requests found
......@@ -1266,7 +1266,7 @@ void cmLocalUnixMakefileGenerator3
{
text = "Running external command ...";
}
std::set<cmStdString>::iterator dit;
std::set<cmStdString>::const_iterator dit;
for ( dit = glIt->second.GetUtilities().begin();
dit != glIt->second.GetUtilities().end();
++ dit )
......
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