Bläddra i källkod

BUG: add a space around the compile flags

Bill Hoffman 23 år sedan
förälder
incheckning
16db85a651
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Source/cmLocalUnixMakefileGenerator.cxx

+ 1 - 0
Source/cmLocalUnixMakefileGenerator.cxx

@@ -2379,6 +2379,7 @@ void cmLocalUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fo
           if((*source)->GetProperty("COMPILE_FLAGS"))
           if((*source)->GetProperty("COMPILE_FLAGS"))
             {
             {
             compileFlags += (*source)->GetProperty("COMPILE_FLAGS");
             compileFlags += (*source)->GetProperty("COMPILE_FLAGS");
+            compileFlags += " ";
             }
             }
           this->OutputBuildObjectFromSource(fout,
           this->OutputBuildObjectFromSource(fout,
                                             shortName.c_str(),
                                             shortName.c_str(),