[CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-05-26 Thread Iker Arizmendi
What is the correct way to set the install RPATH under CMake 2.4.2? At the moment I do the following within my project's top most CMakeLists.txt file: SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) SET(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib) And the RPATH refuses to show itself in the i

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-05-30 Thread Brad King
Iker Arizmendi wrote: What is the correct way to set the install RPATH under CMake 2.4.2? At the moment I do the following within my project's top most CMakeLists.txt file: SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) SET(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib) And the RPATH refuses

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-05-30 Thread Iker Arizmendi
Explicitly setting CMAKE_SKIP_RPATH to OFF addressed the problem. Thanks, Iker Brad King wrote: Iker Arizmendi wrote: What is the correct way to set the install RPATH under CMake 2.4.2? At the moment I do the following within my project's top most CMakeLists.txt file: SET(CMAKE_BUILD_WITH_

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Craig Bradney
On Tuesday 30 May 2006 17:21, Iker Arizmendi wrote: > Explicitly setting CMAKE_SKIP_RPATH to OFF > addressed the problem. > > Thanks, > Iker > > Brad King wrote: > > Iker Arizmendi wrote: > >> What is the correct way to set the install RPATH under > >> CMake 2.4.2? At the moment I do the following

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Craig Bradney
On Sunday 18 June 2006 18:07, Alexander Neundorf wrote: > Original-Nachricht > Datum: Sun, 18 Jun 2006 14:07:46 +0200 > Von: Craig Bradney <[EMAIL PROTECTED]> > An: cmake@cmake.org > Betreff: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH > > >

Re: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Alexander Neundorf
Original-Nachricht Datum: Sun, 18 Jun 2006 14:07:46 +0200 Von: Craig Bradney <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH > On Tuesday 30 May 2006 17:21, Iker Arizmendi wrote: > > Explicitly setting CMAKE_SK