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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
