STYLE: Fixed long line.

This commit is contained in:
Brad King 2006-08-02 21:30:58 -04:00
parent 2a01ae7e79
commit 15a2b5b4e5
1 changed files with 2 additions and 1 deletions

View File

@ -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_";