Fix indentation.

This commit is contained in:
Stephen Kelly 2013-05-27 17:45:47 +02:00
parent 590a41ba0e
commit e162326128
2 changed files with 3 additions and 3 deletions

View File

@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate()
for ( tit = targets->begin(); tit != targets->end(); ++ tit ) for ( tit = targets->begin(); tit != targets->end(); ++ tit )
{ {
tit->second.AppendBuildInterfaceIncludes(); tit->second.AppendBuildInterfaceIncludes();
} }
} }

View File

@ -3000,8 +3000,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
cmListFileBacktrace lfbt; cmListFileBacktrace lfbt;
cmGeneratorExpressionDAGChecker dagChecker(lfbt, cmGeneratorExpressionDAGChecker dagChecker(lfbt,
this->GetName(), this->GetName(),
"INCLUDE_DIRECTORIES", 0, 0); "INCLUDE_DIRECTORIES", 0, 0);
this->AppendBuildInterfaceIncludes(); this->AppendBuildInterfaceIncludes();