Merge branch 'backport-android-no-versioned-soname' into release
This commit is contained in:
commit
59b6d8a81b
@ -2747,6 +2747,7 @@ void cmGeneratorTarget::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->Target->IsFrameworkOnApple())
|
this->Target->IsFrameworkOnApple())
|
||||||
{
|
{
|
||||||
// Versioning is supported only for shared libraries and modules,
|
// Versioning is supported only for shared libraries and modules,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user