BUG: add a space around the compile flags
This commit is contained in:
parent
3851ac2416
commit
16db85a651
|
@ -2379,6 +2379,7 @@ void cmLocalUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fo
|
|||
if((*source)->GetProperty("COMPILE_FLAGS"))
|
||||
{
|
||||
compileFlags += (*source)->GetProperty("COMPILE_FLAGS");
|
||||
compileFlags += " ";
|
||||
}
|
||||
this->OutputBuildObjectFromSource(fout,
|
||||
shortName.c_str(),
|
||||
|
|
Loading…
Reference in New Issue