[CMake] CPack and 7-Zip?

Peter Visser pervulgo at gmail.com
Fri Jun 15 11:47:26 EDT 2007


> We'll do something about it.
> How about adding options to the install() command like STRIP_ALWAYS and
> STRIP_NEVER ?
>
>

Do you mean something like this:

INSTALL(TARGETS helloworld
                  RUNTIME DESTINATION bin STRIP_ALWAYS
                  LIBRARY DESTINATION lib STRIP_NEVER
                  ARCHIVE DESTINATION lib STRIP_NEVER
               )

In my case that would work very well.

Regards,

Peter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070615/1349788f/attachment.htm


More information about the CMake mailing list