Fix indentation in the code blocks generator.

This commit is contained in:
Stephen Kelly 2012-09-21 08:50:50 +02:00
parent 879fd354c1
commit f178d531a6
1 changed files with 41 additions and 43 deletions

View File

@ -636,8 +636,6 @@ void cmExtraCodeBlocksGenerator::AppendTarget(cmGeneratedFileStream& fout,
// the include directories for this target
std::set<std::string> uniqIncludeDirs;
cmGeneratorTarget *gtgt = this->GlobalGenerator
->GetGeneratorTarget(target);
std::vector<std::string> includes;
target->GetMakefile()->GetLocalGenerator()->
GetIncludeDirectories(includes, gtgt);