mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Fix indentation.
This commit is contained in:
@@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate()
|
||||
|
||||
for ( tit = targets->begin(); tit != targets->end(); ++ tit )
|
||||
{
|
||||
tit->second.AppendBuildInterfaceIncludes();
|
||||
tit->second.AppendBuildInterfaceIncludes();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3000,8 +3000,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
|
||||
cmListFileBacktrace lfbt;
|
||||
|
||||
cmGeneratorExpressionDAGChecker dagChecker(lfbt,
|
||||
this->GetName(),
|
||||
"INCLUDE_DIRECTORIES", 0, 0);
|
||||
this->GetName(),
|
||||
"INCLUDE_DIRECTORIES", 0, 0);
|
||||
|
||||
this->AppendBuildInterfaceIncludes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user