[Cmake] CMAKE_SKIP_RPATH use

David Mellor david at paracom.demon.co.uk
Mon Oct 14 10:52:46 EDT 2002


William,
Thanks for this. I've tried doing a SET(CMAKE_SKIP_RPATH) in the root
CMakeLists.txt  and in the CMakeLists.txt that is compiling the application.
They don't seem to make any difference though. strings -a application
still shows the library paths embedded in my app.

Could anyone advise?
Many thanks,

--------------------------------------------------------

David

You can also disable the rpath information with the advanced option:
CMAKE_SKIP_RPATH

-Bill






More information about the CMake mailing list