ENH: warning fix
This commit is contained in:
parent
e92731ca6e
commit
57746b6ffe
|
@ -816,6 +816,7 @@ cmGlobalUnixMakefileGenerator3
|
||||||
std::string progressDir =
|
std::string progressDir =
|
||||||
lg->GetMakefile()->GetHomeOutputDirectory();
|
lg->GetMakefile()->GetHomeOutputDirectory();
|
||||||
progressDir += cmake::GetCMakeFilesDirectory();
|
progressDir += cmake::GetCMakeFilesDirectory();
|
||||||
|
{
|
||||||
cmOStringStream progCmd;
|
cmOStringStream progCmd;
|
||||||
progCmd << "$(CMAKE_COMMAND) -E cmake_progress_report ";
|
progCmd << "$(CMAKE_COMMAND) -E cmake_progress_report ";
|
||||||
// all target counts
|
// all target counts
|
||||||
|
@ -830,6 +831,7 @@ cmGlobalUnixMakefileGenerator3
|
||||||
progCmd << " " << *i;
|
progCmd << " " << *i;
|
||||||
}
|
}
|
||||||
commands.push_back(progCmd.str());
|
commands.push_back(progCmd.str());
|
||||||
|
}
|
||||||
progressDir = "Building target ";
|
progressDir = "Building target ";
|
||||||
progressDir += t->first;
|
progressDir += t->first;
|
||||||
lg->AppendEcho(commands,progressDir.c_str());
|
lg->AppendEcho(commands,progressDir.c_str());
|
||||||
|
|
Loading…
Reference in New Issue