View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011367CMakeCPackpublic2010-10-26 17:112016-06-10 14:31
ReporterClinton Stimpson 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0011367: setting CPACK_STRIP_FILES on Mac breaks binaries
DescriptionIf one sets CPACK_STRIP_FILES=1 and lets cpack strip binaries, it strips too much and prevents executables with dynamic libraries from working.
Docs for strip(1) say adding "-u -r" to strip fewer symbols is the maximum allowed for an exectuable that uses shared libraries.

Can cmake take care of this kind of detail for me, instead of me doing a
SET(CMAKE_STRIP "/usr/bin/strip -u -r -S" CACHE FILEPATH "" FORCE)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041757)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2010-10-26 17:11 Clinton Stimpson New Issue
2011-01-26 09:36 David Cole Assigned To => David Cole
2011-01-26 09:36 David Cole Status new => assigned
2011-10-25 22:57 David Cole Assigned To David Cole =>
2011-10-25 22:57 David Cole Status assigned => backlog
2016-06-10 14:28 Kitware Robot Note Added: 0041757
2016-06-10 14:28 Kitware Robot Status backlog => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team