Fix brace indentation.
This commit is contained in:
parent
c70b9b51d9
commit
3c7c332929
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue