diff options
author | Brad King <brad.king@kitware.com> | 2006-08-03 01:30:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-03 01:30:58 (GMT) |
commit | 15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146 (patch) | |
tree | 29b46d6d0209b254d4e68a83b4e13c7ed175416d /Source/cmInstallTargetGenerator.cxx | |
parent | 2a01ae7e79c975a949bb4f2a0adc17f3a99db324 (diff) | |
download | CMake-15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146.zip CMake-15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146.tar.gz CMake-15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146.tar.bz2 |
STYLE: Fixed long line.
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r-- | Source/cmInstallTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index 1fd32fd..aba1960 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_"; |