Re: [CMake] rpath problems with kdevplatform

2010-06-30 Thread Andreas Pakulat
On 29.06.10 23:21:10, Alexander Neundorf wrote: On Monday 28 June 2010, Andreas Pakulat wrote: On 28.06.10 08:44:35, Brad King wrote: Andreas Pakulat wrote: On 26.06.10 13:26:29, Andreas Pakulat wrote: Ping? Any further ideas on this? Could someone at least point me to the source

Re: [CMake] rpath problems with kdevplatform

2010-06-30 Thread Modestas Vainius
Hello, On trečiadienis 30 Birželis 2010 11:33:07 Andreas Pakulat wrote: As I said above it won't affect the install tree. See the INSTALL_RPATH target property. That property is not set (and the global variable CMAKE_INSTALL_RPATH) is empty too, nonetheless one project gets

Re: [CMake] rpath problems with kdevplatform

2010-06-30 Thread Andreas Pakulat
On 30.06.10 12:07:11, Modestas Vainius wrote: Hello, On trečiadienis 30 Birželis 2010 11:33:07 Andreas Pakulat wrote: As I said above it won't affect the install tree. See the INSTALL_RPATH target property. That property is not set (and the global variable

Re: [CMake] rpath problems with kdevplatform

2010-06-30 Thread Alexander Neundorf
On Wednesday 30 June 2010, Modestas Vainius wrote: Hello, On trečiadienis 30 Birželis 2010 11:33:07 Andreas Pakulat wrote: As I said above it won't affect the install tree. See the INSTALL_RPATH target property. That property is not set (and the global variable

Re: [CMake] rpath problems with kdevplatform

2010-06-29 Thread Alexander Neundorf
On Monday 28 June 2010, Andreas Pakulat wrote: On 28.06.10 08:44:35, Brad King wrote: Andreas Pakulat wrote: On 26.06.10 13:26:29, Andreas Pakulat wrote: Ping? Any further ideas on this? Could someone at least point me to the source code in cmake that decides wether to add RPATH_REMOVE

Re: [CMake] rpath problems with kdevplatform

2010-06-28 Thread Brad King
Andreas Pakulat wrote: On 26.06.10 13:26:29, Andreas Pakulat wrote: Ping? Any further ideas on this? Could someone at least point me to the source code in cmake that decides wether to add RPATH_REMOVE or RPATH_REPLACE to the cmake_install.cmake file? Look at

Re: [CMake] rpath problems with kdevplatform

2010-06-28 Thread Andreas Pakulat
On 28.06.10 08:44:35, Brad King wrote: Andreas Pakulat wrote: On 26.06.10 13:26:29, Andreas Pakulat wrote: Ping? Any further ideas on this? Could someone at least point me to the source code in cmake that decides wether to add RPATH_REMOVE or RPATH_REPLACE to the cmake_install.cmake file?