From 15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 2 Aug 2006 21:30:58 -0400 Subject: [PATCH] STYLE: Fixed long line. --- Source/cmInstallTargetGenerator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index 1fd32fd46..aba196063 100644 --- a/Source/cmInstallTargetGenerator.cxx +++ b/Source/cmInstallTargetGenerator.cxx @@ -87,7 +87,8 @@ void cmInstallTargetGenerator::GenerateScript(std::ostream& os) // Versioning is supported only for shared libraries and modules, // and then only when the platform supports an soname flag. cmGlobalGenerator* gg = - this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + (this->Target->GetMakefile() + ->GetLocalGenerator()->GetGlobalGenerator()); if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_";