View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009412CMakeModulespublic2009-08-13 14:032011-06-06 18:25
ReporterClinton Stimpson 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009412: BundleUtilities and rpaths
DescriptionBundleUtilities needs to remove rpaths for the libraries it copies.

--- BundleUtilities.cmake (revision 41175)
+++ BundleUtilities.cmake (working copy)
@@ -414,6 +414,9 @@
     #message(STATUS "copying COMMAND ${CMAKE_COMMAND} -E copy ${resolved_item} ${resolved_embedded_item}")
     execute_process(COMMAND ${CMAKE_COMMAND} -E copy "${resolved_item}" "${resolved_embedded_item}")
   endif()
+ if(UNIX AND NOT APPLE)
+ file(RPATH_REMOVE FILE "${resolved_embedded_item}")
+ endif(UNIX AND NOT APPLE)
 endfunction(copy_resolved_item_into_bundle)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0017809)
David Cole (manager)
2009-09-28 17:44

Fixed in CVS HEAD. Assigning to Bill to merge to the CMake-2-8 branch.

/cvsroot/CMake/CMake/Modules/BundleUtilities.cmake,v <-- Modules/BundleUtilities.cmake
new revision: 1.4; previous revision: 1.3
(0026699)
David Cole (manager)
2011-06-06 18:25

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2009-08-13 14:03 Clinton Stimpson New Issue
2009-09-14 12:10 Bill Hoffman Status new => assigned
2009-09-14 12:10 Bill Hoffman Assigned To => David Cole
2009-09-28 17:44 David Cole Assigned To David Cole => Bill Hoffman
2009-09-28 17:44 David Cole Note Added: 0017809
2011-02-03 19:09 David Cole Status assigned => resolved
2011-02-03 19:09 David Cole Resolution open => fixed
2011-06-06 18:25 David Cole Status resolved => closed
2011-06-06 18:25 David Cole Note Added: 0026699


Copyright © 2000 - 2018 MantisBT Team