mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
BUG: fix to progress for small projects
This commit is contained in:
@@ -1402,7 +1402,9 @@ void cmLocalUnixMakefileGenerator3
|
||||
progCmd << this->Convert(progressDir.c_str(),
|
||||
cmLocalGenerator::FULL,
|
||||
cmLocalGenerator::SHELL);
|
||||
progCmd << " 100";
|
||||
cmGlobalUnixMakefileGenerator3 *gg =
|
||||
static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
|
||||
progCmd << " " << gg->GetNumberOfSourceFiles();
|
||||
commands.push_back(progCmd.str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user