Added missing space.
This commit is contained in:
parent
e9fa0d3cbb
commit
b7f96d0e75
|
@ -2209,6 +2209,7 @@ OutputBuildObjectFromSource(std::ostream& fout,
|
|||
if(shared)
|
||||
{
|
||||
flags += this->GetSafeDefinition("CMAKE_SHARED_LIBRARY_C_FLAGS");
|
||||
flags += " ";
|
||||
flags += this->GetSafeDefinition("CMAKE_C_FLAGS");
|
||||
flags += " ";
|
||||
if(buildType.size())
|
||||
|
|
Loading…
Reference in New Issue