mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Fix brace indentation.
This commit is contained in:
@@ -2011,13 +2011,13 @@ void cmLocalGenerator::AddCMP0018Flags(std::string &flags, cmTarget* target,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (target->GetType() == cmTarget::OBJECT_LIBRARY)
|
if (target->GetType() == cmTarget::OBJECT_LIBRARY)
|
||||||
{
|
{
|
||||||
if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE"))
|
if (target->GetPropertyAsBool("POSITION_INDEPENDENT_CODE"))
|
||||||
{
|
{
|
||||||
this->AddPositionIndependentFlags(flags, lang, targetType);
|
this->AddPositionIndependentFlags(flags, lang, targetType);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (target->GetLinkInterfaceDependentBoolProperty(
|
if (target->GetLinkInterfaceDependentBoolProperty(
|
||||||
"POSITION_INDEPENDENT_CODE",
|
"POSITION_INDEPENDENT_CODE",
|
||||||
|
|||||||
Reference in New Issue
Block a user