Alexander Neundorf wrote:

> What CMAKE_INSTALL_RPATH_USE_LINK_PATH does is that it adds the
> directories used for linking the executable to the RPATH of the installed
> executable. E.g. if executable foo has been linked against
> /opt/bar/lib/libbar.so and /home/alex/lib/libblub.so then /opt/bar/lib/
> and /home/alex/lib/ are added to the RPATH automatically.

and cmake strips those if CMAKE_INSTALL_RPATH_USE_LINK_PATH is false?  Oh my 
that's bad behavior, imo.

-- Rex

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to