|
@@ -4348,6 +4348,7 @@ void cmTarget::GetLibraryNames(std::string& name,
|
|
|
const char* version = this->GetProperty("VERSION");
|
|
const char* version = this->GetProperty("VERSION");
|
|
|
const char* soversion = this->GetProperty("SOVERSION");
|
|
const char* soversion = this->GetProperty("SOVERSION");
|
|
|
if(!this->HasSOName(config) ||
|
|
if(!this->HasSOName(config) ||
|
|
|
|
|
+ this->Makefile->IsOn("CMAKE_PLATFORM_NO_VERSIONED_SONAME") ||
|
|
|
this->IsFrameworkOnApple())
|
|
this->IsFrameworkOnApple())
|
|
|
{
|
|
{
|
|
|
// Versioning is supported only for shared libraries and modules,
|
|
// Versioning is supported only for shared libraries and modules,
|