[CMake] make install/strip does not strip static libraries

Kyle Leber kleber at fastemail.us
Fri Mar 23 16:20:10 EDT 2012


Hi,

I'm using cmake 2.8 and having an issue when I issue a 'make
install/strip'.  My project includes two libraries: one static and one
shared. The shared library gets properly stripped, but the static one does
not.  Do I need to specify a special parameter to get the static library to
be stripped or am I doing something else wrong?

Thanks for the help!

OS: Ubuntu 10.10
Compiler: g++ 4.4.5

Kyle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120323/90b7da82/attachment.htm>


More information about the CMake mailing list