[Insight-developers] Stripping Libraries on OSX

Brad King brad.king at kitware.com
Tue Mar 4 09:34:02 EST 2014


On 03/04/2014 09:21 AM, Bradley Lowekamp wrote:
> Is there a macro/function to manually run the stripping in cmake?
> or does it only automatically happen on installation/packaging?

The latter, but it uses the strip command stored in CMAKE_STRIP
during configuration.  One could use execute_process to invoke
that during configuration or add_custom_command to invoke it during
the build.

-Brad K



More information about the Insight-developers mailing list