STYLE: Fixed long line.
This commit is contained in:
parent
2a01ae7e79
commit
15a2b5b4e5
|
@ -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_";
|
||||
|
|
Loading…
Reference in New Issue