diff options
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 549bd79..70075b1 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -467,7 +467,8 @@ cmMakefileTargetGenerator (compileCommands, this->Makefile->GetStartOutputDirectory(), this->Makefile->GetHomeOutputDirectory()); - commands.insert(commands.end(), compileCommands.begin(), compileCommands.end()); + commands.insert(commands.end(), + compileCommands.begin(), compileCommands.end()); std::string targetOutPathPDB; { |