My project is currently producing 100mb RPM/Deb's, but with stripped binaries it should clock in at about 20mb.
I have CPACK_STRIP_FILES set to true. Notably when I do make install/strip that doesn't seem to work either. Looking more closely, I see that install/strip does work for the files built by the project, but not some of the external libraries I'm installing as well (so that they get picked up by CPack.) Any suggestions? Adding strip manually is doable, just a bit troublesome since I can't do cmake configuration time stuff like file(glob. Thanks, Ian Monroe -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
