Re: [CMake] cmake install and rpath

2007-10-17 Thread James Bigler
Does anyone have any examples of creating relative rpaths for installation? James James Bigler wrote: I tried digging through through the mailing list and experimenting on my own, but I don't seem to be able to figure this out. I have a toy project that has a shared library and an executable.

Re: [CMake] cmake install and rpath

2007-10-17 Thread a . neundorf-work
On Wednesday 17 October 2007 15:57, James Bigler wrote: > I tried digging through through the mailing list and experimenting on > my own, but I don't seem to be able to figure this out. > > I have a toy project that has a shared library and an executable. > I've set it up, so that it can be install

[CMake] cmake install and rpath

2007-10-17 Thread James Bigler
I tried digging through through the mailing list and experimenting on my own, but I don't seem to be able to figure this out. I have a toy project that has a shared library and an executable. I've set it up, so that it can be installed to what ever the CMAKE_INTALL_PREFIX is which works fi