Re: [CMake] Problem with CMAKE_INSTALL_RPATH_USE_LINK_PATH ?

2008-10-22 Thread Roland Rasmussen
On Wed, Oct 22, 2008 at 9:33 PM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: >> The situation is that I have an executable 'johndoe' which requires a >> shared library, say libbar.so, which is found in the directory >> /lib/foo, ie. outside the build directory. So what I expected is that >> with

[CMake] Problem with CMAKE_INSTALL_RPATH_USE_LINK_PATH ?

2008-10-22 Thread Roland Rasmussen
Hi! The way I read the documentation for CMAKE_INSTALL_RPATH_USE_LINK_PATH is that if it is TRUE, then the link paths for an executable will be put into the rpath when it is installed through the 'install' target. Is that correct? The problem is that it doesn't work as expected for me. The situa