[cmake-developers] [CMake 0014602]: Make it possible to disable SONAME generation for libraries
Mantis Bug Tracker
mantis at public.kitware.com
Wed Nov 27 13:44:39 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=14602
======================================================================
Reported By: Aleix Pol
Assigned To:
======================================================================
Project: CMake
Issue ID: 14602
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-11-27 13:44 EST
Last Modified: 2013-11-27 13:44 EST
======================================================================
Summary: Make it possible to disable SONAME generation for
libraries
Description:
I'm working on a Toolchain file for Android. The soname doesn't work there, so I
want to be able to disable it without having to modify the source code of the
library to adapt by removing the set_properties that set the SONAME.
Additional Information:
I tried with the NO_SONAME and IMPORTED_NO_SONAME properties and setting
CMAKE_SHARED_LIBRARY_SONAME_C_FLAG to "", but it didn't seem to help.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-11-27 13:44 Aleix Pol New Issue
======================================================================
More information about the cmake-developers
mailing list