mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
BUG: add newline for some versions of make
This commit is contained in:
@@ -173,7 +173,7 @@ void cmLocalUnixMakefileGenerator3::WriteAllProgressVariable()
|
||||
static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
|
||||
|
||||
ruleFileStream << "CMAKE_ALL_PROGRESS = "
|
||||
<< gg->GetNumberOfProgressActionsInAll(this);
|
||||
<< gg->GetNumberOfProgressActionsInAll(this) << "\n";
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user