BUG: add newline for some versions of make
This commit is contained in:
parent
97f1c2b5f0
commit
f6b2a42266
|
@ -173,7 +173,7 @@ void cmLocalUnixMakefileGenerator3::WriteAllProgressVariable()
|
||||||
static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
|
static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
|
||||||
|
|
||||||
ruleFileStream << "CMAKE_ALL_PROGRESS = "
|
ruleFileStream << "CMAKE_ALL_PROGRESS = "
|
||||||
<< gg->GetNumberOfProgressActionsInAll(this);
|
<< gg->GetNumberOfProgressActionsInAll(this) << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue