ENH: warning fix

This commit is contained in:
Ken Martin 2006-06-16 16:29:08 -04:00
parent e92731ca6e
commit 57746b6ffe
1 changed files with 14 additions and 12 deletions

View File

@ -816,6 +816,7 @@ cmGlobalUnixMakefileGenerator3
std::string progressDir =
lg->GetMakefile()->GetHomeOutputDirectory();
progressDir += cmake::GetCMakeFilesDirectory();
{
cmOStringStream progCmd;
progCmd << "$(CMAKE_COMMAND) -E cmake_progress_report ";
// all target counts
@ -830,6 +831,7 @@ cmGlobalUnixMakefileGenerator3
progCmd << " " << *i;
}
commands.push_back(progCmd.str());
}
progressDir = "Building target ";
progressDir += t->first;
lg->AppendEcho(commands,progressDir.c_str());