Skip to content
Snippets Groups Projects
Commit cb5763a4 authored by Sebastien Barre's avatar Sebastien Barre
Browse files

ENH: update the progress when generating is "done".

parent 6ee07d2c
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ void cmGlobalGenerator::Generate()
m_CMakeInstance->UpdateProgress("Generating",
(i+1.0f)/m_LocalGenerators.size());
}
m_CMakeInstance->UpdateProgress("Generating done", -1);
}
void cmGlobalGenerator::LocalGenerate()
......
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