Hi,<br><br>I&#39;m using cmake 2.8 and having an issue when I issue a &#39;make install/strip&#39;.  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?<br>
<br>Thanks for the help!<br><br>OS: Ubuntu 10.10<br>Compiler: g++ 4.4.5<br><br>Kyle<br>