Fix brace indentation.

This commit is contained in:
Stephen Kelly 2013-05-18 09:54:50 +02:00
parent c70b9b51d9
commit 3c7c332929
1 changed files with 2 additions and 2 deletions

View File

@ -2011,13 +2011,13 @@ void cmLocalGenerator::AddCMP0018Flags(std::string &flags, cmTarget* target,
else
{
if (target->GetType() == cmTarget::OBJECT_LIBRARY)
{
{
if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE"))
{
this->AddPositionIndependentFlags(flags, lang, targetType);
}
return;
}
}
if (target->GetLinkInterfaceDependentBoolProperty(
"POSITION_INDEPENDENT_CODE",