diff options
author | Brad King <brad.king@kitware.com> | 2009-10-23 12:02:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-10-23 12:02:24 (GMT) |
commit | 867a1cc12c9212b286efce0647a510486501c1a5 (patch) | |
tree | fe5abcaef2fc4c5381a14e069d8b654d25db2466 /Source/cmMakefileLibraryTargetGenerator.cxx | |
parent | 11d85a57487c9dfd86c9b9e13858cdf1915777ed (diff) | |
download | CMake-867a1cc12c9212b286efce0647a510486501c1a5.zip CMake-867a1cc12c9212b286efce0647a510486501c1a5.tar.gz CMake-867a1cc12c9212b286efce0647a510486501c1a5.tar.bz2 |
Fix line-too-long style violations
The commit "Define per-target OSX_ARCHITECTURES property" introduced
some long lines. This wraps them into multiple shorter lines.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx index 3cd9bfe..f351174 100644 --- a/Source/cmMakefileLibraryTargetGenerator.cxx +++ b/Source/cmMakefileLibraryTargetGenerator.cxx @@ -683,7 +683,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules this->AddFeatureFlags(langFlags, linkLanguage); #ifdef __APPLE__ - this->LocalGenerator->AddArchitectureFlags(langFlags, this->Target, linkLanguage, this->ConfigName); + this->LocalGenerator->AddArchitectureFlags(langFlags, this->Target, + linkLanguage, this->ConfigName); #endif /* __APPLE__ */ // remove any language flags that might not work with the |