On Sun, Jan 20, 2013 at 10:47 AM, Ian Monroe <[email protected]> wrote:
> Yea I guess I could do install(CODE...) and then a file(GLOB...) would
> actually work.
Actually not so sure how to do it, since if I write something like this:
install( CODE "file(GLOB installedLibrares ${CMAKE_INSTALL_PREFIX}/lib/*.so)
execute_process(COMMAND strip ${installedLibrares})
")
It will only affect the files that were make installed, not the files
used by CPack, correct? Since I don't know how to access those files,
CMAKE_INSTALL_PREFIX doesn't change during CPack-time even though it
installs somewhere else.
--
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