Re: [CMake] library path stripping

2011-06-11 Thread Andreas Naumann
Am 11.06.2011 16:21, schrieb Michael Hertling: On 06/10/2011 12:57 PM, Andreas Naumann wrote: Am 10.06.2011 00:16, schrieb Michael Hertling: On 06/09/2011 08:18 AM, Andreas Naumann wrote: Am 09.06.2011 07:35, schrieb Michael Hertling: On 06/09/2011 07:13 AM, Andr

Re: [CMake] library path stripping

2011-06-11 Thread Michael Hertling
On 06/10/2011 12:57 PM, Andreas Naumann wrote: > Am 10.06.2011 00:16, schrieb Michael Hertling: >> On 06/09/2011 08:18 AM, Andreas Naumann wrote: >> >>> Am 09.06.2011 07:35, schrieb Michael Hertling: >>> On 06/09/2011 07:13 AM, Andreas Naumann wrote: > Am 08.06.

Re: [CMake] library path stripping

2011-06-10 Thread Andreas Naumann
Am 10.06.2011 00:16, schrieb Michael Hertling: On 06/09/2011 08:18 AM, Andreas Naumann wrote: Am 09.06.2011 07:35, schrieb Michael Hertling: On 06/09/2011 07:13 AM, Andreas Naumann wrote: Am 08.06.2011 20:43, schrieb Andreas Pakulat: On 08.06.11 20:00:54, Andreas

Re: [CMake] library path stripping

2011-06-09 Thread Michael Hertling
On 06/09/2011 08:18 AM, Andreas Naumann wrote: > Am 09.06.2011 07:35, schrieb Michael Hertling: >> On 06/09/2011 07:13 AM, Andreas Naumann wrote: >> >>> Am 08.06.2011 20:43, schrieb Andreas Pakulat: >>> On 08.06.11 20:00:54, Andreas Naumann wrote: > Am 08.06.201

Re: [CMake] library path stripping

2011-06-09 Thread Eric Noulard
2011/6/8 Andreas Naumann : > Am 08.06.2011 15:02, schrieb Eric Noulard: >> >> 2011/6/8 Andreas Naumann: >> >>> >>> Am 08.06.2011 11:56, schrieb Eric Noulard: >>> 2011/6/8 Andreas Naumann: > > Hi @all, > > I have some problem with the library usage in cmake. >

Re: [CMake] library path stripping

2011-06-08 Thread Andreas Naumann
Am 09.06.2011 07:35, schrieb Michael Hertling: On 06/09/2011 07:13 AM, Andreas Naumann wrote: Am 08.06.2011 20:43, schrieb Andreas Pakulat: On 08.06.11 20:00:54, Andreas Naumann wrote: Am 08.06.2011 15:02, schrieb Eric Noulard: 2011/6/8 Andreas Naumann:

Re: [CMake] library path stripping

2011-06-08 Thread Michael Hertling
On 06/09/2011 07:13 AM, Andreas Naumann wrote: > Am 08.06.2011 20:43, schrieb Andreas Pakulat: >> On 08.06.11 20:00:54, Andreas Naumann wrote: >> >>> Am 08.06.2011 15:02, schrieb Eric Noulard: >>> 2011/6/8 Andreas Naumann: > Am 08.06.2011 11:56, schrieb Eric Noulard:

Re: [CMake] library path stripping

2011-06-08 Thread Andreas Naumann
Am 08.06.2011 20:43, schrieb Andreas Pakulat: On 08.06.11 20:00:54, Andreas Naumann wrote: Am 08.06.2011 15:02, schrieb Eric Noulard: 2011/6/8 Andreas Naumann: Am 08.06.2011 11:56, schrieb Eric Noulard: 2011/6/8 Andreas Naumann: Hi @all, I have some

Re: [CMake] library path stripping

2011-06-08 Thread Andreas Pakulat
On 08.06.11 20:00:54, Andreas Naumann wrote: > Am 08.06.2011 15:02, schrieb Eric Noulard: > >2011/6/8 Andreas Naumann: > >>Am 08.06.2011 11:56, schrieb Eric Noulard: > >>>2011/6/8 Andreas Naumann: > >>> > Hi @all, > > I have some problem with the library usage in cmake. > > It

Re: [CMake] library path stripping

2011-06-08 Thread Andreas Naumann
Am 08.06.2011 15:02, schrieb Eric Noulard: 2011/6/8 Andreas Naumann: Am 08.06.2011 11:56, schrieb Eric Noulard: 2011/6/8 Andreas Naumann: Hi @all, I have some problem with the library usage in cmake. It seems to me, that cmake removes the full path of the library, if the p

Re: [CMake] library path stripping

2011-06-08 Thread Eric Noulard
2011/6/8 Andreas Naumann : > Am 08.06.2011 11:56, schrieb Eric Noulard: >> >> 2011/6/8 Andreas Naumann: >> >>> >>> Hi @all, >>> >>> I have some problem with the library usage in cmake. >>> >>> It seems to me, that cmake removes the full path of the library, if the >>> path >>> is in the environment

Re: [CMake] library path stripping

2011-06-08 Thread Andreas Naumann
Am 08.06.2011 11:56, schrieb Eric Noulard: 2011/6/8 Andreas Naumann: Hi @all, I have some problem with the library usage in cmake. It seems to me, that cmake removes the full path of the library, if the path is in the environment variable LIBRARY_PATH. This behaviour cause problems at our

Re: [CMake] library path stripping

2011-06-08 Thread Eric Noulard
2011/6/8 Andreas Naumann : > Hi @all, > > I have some problem with the library usage in cmake. > > It seems to me, that cmake removes the full path of the library, if the path > is in the environment variable LIBRARY_PATH. > This behaviour cause problems at our system, such that the linker links >

[CMake] library path stripping

2011-06-08 Thread Andreas Naumann
Hi @all, I have some problem with the library usage in cmake. It seems to me, that cmake removes the full path of the library, if the path is in the environment variable LIBRARY_PATH. This behaviour cause problems at our system, such that the linker links against the wrong library. Is there