diff options
author | Brad King <brad.king@kitware.com> | 2013-05-21 19:13:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-21 19:13:49 (GMT) |
commit | 1dbf0aac1bdb6cf47f4efc6c155078f9c6a7a602 (patch) | |
tree | 6335c10bf67e41f461b2761f91bfb4c460c69946 /Source/cmLocalGenerator.cxx | |
parent | ad2391b94f69d8896f152e2cee063f7a0f92b968 (diff) | |
parent | 3c7c33292966a5bb35c6ff5a16aa10ccf643838a (diff) | |
download | CMake-1dbf0aac1bdb6cf47f4efc6c155078f9c6a7a602.zip CMake-1dbf0aac1bdb6cf47f4efc6c155078f9c6a7a602.tar.gz CMake-1dbf0aac1bdb6cf47f4efc6c155078f9c6a7a602.tar.bz2 |
Merge topic 'fix-style'
3c7c332 Fix brace indentation.
c70b9b5 Fix style.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 69fb4d8..c07653f 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -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", |