MantisBT - CMake
View Issue Details
0009054CMakeCMakepublic2009-05-20 13:012010-12-14 18:49
Michael Wild 
David Cole 
normalmajoralways
closedfixed 
CMake-2-6 
 
0009054: CMake creates a wrong install_name for frameworks with empty INSTALL_NAME_DIR property on Mac OS X
If the property is empty, CMake just uses the library name <name> as the install_name which is wrong. It should use <name>.framework/Versions/<version>/<name>.

See the attached patch for a fix.
No tags attached.
patch fix_for_empty_install_name_dir_property.patch (876) 2009-05-20 13:01
https://public.kitware.com/Bug/file/2265/fix_for_empty_install_name_dir_property.patch
Issue History
2009-05-20 13:01Michael WildNew Issue
2009-05-20 13:01Michael WildFile Added: fix_for_empty_install_name_dir_property.patch
2009-05-20 13:21Bill HoffmanStatusnew => assigned
2009-05-20 13:21Bill HoffmanAssigned To => David Cole
2009-12-14 17:57David ColeNote Added: 0018881
2009-12-14 17:57David ColeStatusassigned => resolved
2009-12-14 17:57David ColeResolutionopen => fixed
2010-12-14 18:49David ColeNote Added: 0024060
2010-12-14 18:49David ColeStatusresolved => closed

Notes
(0018881)
David Cole   
2009-12-14 17:57   
Fixed in CVS HEAD of CMake...

/cvsroot/CMake/CMake/Source/cmTarget.cxx,v <-- Source/cmTarget.cxx
new revision: 1.285; previous revision: 1.284

Patch re-worked slightly (with Brad King) to improve the local readability of the method that it's in...

Thanks, Michael, for the patch and the bug report.
(0024060)
David Cole   
2010-12-14 18:49   
Closing bugs that have been resolved for more than 3 months without any further updates.