Brad King 18 лет назад
Родитель
Сommit
d48ab19efe
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Source/cmMakefileTargetGenerator.cxx

+ 2 - 1
Source/cmMakefileTargetGenerator.cxx

@@ -467,7 +467,8 @@ cmMakefileTargetGenerator
     (compileCommands,
     (compileCommands,
      this->Makefile->GetStartOutputDirectory(),
      this->Makefile->GetStartOutputDirectory(),
      this->Makefile->GetHomeOutputDirectory());
      this->Makefile->GetHomeOutputDirectory());
-  commands.insert(commands.end(), compileCommands.begin(), compileCommands.end());
+  commands.insert(commands.end(),
+                  compileCommands.begin(), compileCommands.end());
 
 
   std::string targetOutPathPDB;
   std::string targetOutPathPDB;
   {
   {