View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009054CMakeCMakepublic2009-05-20 13:012010-12-14 18:49
ReporterMichael Wild 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0009054: CMake creates a wrong install_name for frameworks with empty INSTALL_NAME_DIR property on Mac OS X
DescriptionIf 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.
TagsNo tags attached.
Attached Filespatch file icon fix_for_empty_install_name_dir_property.patch [^] (876 bytes) 2009-05-20 13:01 [Show Content]

 Relationships

  Notes
(0018881)
David Cole (manager)
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 (manager)
2010-12-14 18:49

Closing bugs that have been resolved for more than 3 months without any further updates.

 Issue History
Date Modified Username Field Change
2009-05-20 13:01 Michael Wild New Issue
2009-05-20 13:01 Michael Wild File Added: fix_for_empty_install_name_dir_property.patch
2009-05-20 13:21 Bill Hoffman Status new => assigned
2009-05-20 13:21 Bill Hoffman Assigned To => David Cole
2009-12-14 17:57 David Cole Note Added: 0018881
2009-12-14 17:57 David Cole Status assigned => resolved
2009-12-14 17:57 David Cole Resolution open => fixed
2010-12-14 18:49 David Cole Note Added: 0024060
2010-12-14 18:49 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team