[cmake-developers] [CMake 0014140]: Ninja generator doesn't set version in dylib
Mantis Bug Tracker
mantis at public.kitware.com
Tue May 14 00:34:30 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://cmake.org/Bug/view.php?id=14140
======================================================================
Reported By: Clinton Stimpson
Assigned To:
======================================================================
Project: CMake
Issue ID: 14140
Category: CMake
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-05-14 00:34 EDT
Last Modified: 2013-05-14 00:34 EDT
======================================================================
Summary: Ninja generator doesn't set version in dylib
Description:
If I run the LibName test, where SOVERSION and VERSION are set for a dylib, it
doesn't use the -compatibility_version and -current_version linker flags.
"otool -L Tests/LibName/lib/verFoobar" shows
.../Tests/LibName/lib/libverFoo.3.dylib (compatibility version 0.0.0, current
version 0.0.0)
instead of the expected
.../Tests/LibName/lib/libverFoo.3.dylib (compatibility version 3.0.0, current
version 3.1.4)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-05-14 00:34 Clinton StimpsonNew Issue
======================================================================
More information about the cmake-developers
mailing list