mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 21:32:13 +00:00
STYLE: Fix line length, remove extra blank line
This commit is contained in:
parent
e30d46e20e
commit
f9383a9898
@ -497,10 +497,10 @@ cmNinjaTargetGenerator
|
||||
{
|
||||
escapedSourceFileName = cmSystemTools::CollapseFullPath(
|
||||
escapedSourceFileName.c_str(),
|
||||
this->GetGlobalGenerator()->GetCMakeInstance()->GetHomeOutputDirectory());
|
||||
this->GetGlobalGenerator()->GetCMakeInstance()->
|
||||
GetHomeOutputDirectory());
|
||||
}
|
||||
|
||||
|
||||
compileObjectVars.Source = escapedSourceFileName.c_str();
|
||||
compileObjectVars.Object = objectFileName.c_str();
|
||||
compileObjectVars.Flags = vars["FLAGS"].c_str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user