I use CMake 2.8.1 on Linux64. I set this like so: set( CPACK_STRIP_FILES TRUE )
in the CMakeLists.txt which has all the settings for the packager (and which all have the expected effects, otherwise). My project only builds shared libraries (DSOs, .so extension), no direct executable files. None of the DSOs gets stripped. Is this intentional with shared libs? Any workaround or anything I am missing? .mm _______________________________________________ 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
