Re: [CMake] link problem with a name changed target

2008-08-22 Thread Ingrid Kemgoum
thaks a lot. i try to modify hadly the link.txt file of my exec and nothing worked. when i add to the target libxsystemd, cmake fail to find it but when i add libxsystem, cmake choose itself the debug name of libxsystem (as it's a cmake target ) and now everythink rocks thanks agai

Re: [CMake] link problem with a name changed target

2008-08-22 Thread Yuri V. Timenkov
On Friday 22 August 2008 11:18:50 Ingrid Kemgoum wrote: > 2008/8/21 Yuri V. Timenkov <[EMAIL PROTECTED]> > > > On Thursday 21 August 2008 17:27:36 Ingrid Kemgoum wrote: > > > HI, > > > i'm building a project with 3 targets in Linux. each target has a > > > > different > > > > > name when in debug.

Re: [CMake] link problem with a name changed target

2008-08-22 Thread Ingrid Kemgoum
2008/8/21 Yuri V. Timenkov <[EMAIL PROTECTED]> > On Thursday 21 August 2008 17:27:36 Ingrid Kemgoum wrote: > > HI, > > i'm building a project with 3 targets in Linux. each target has a > different > > name when in debug. > > > > the executable i want to link to the 2 libraries fail to find thoz li

Re: [CMake] link problem with a name changed target

2008-08-21 Thread Yuri V. Timenkov
On Thursday 21 August 2008 17:27:36 Ingrid Kemgoum wrote: > HI, > i'm building a project with 3 targets in Linux. each target has a different > name when in debug. > > the executable i want to link to the 2 libraries fail to find thoz libs > when i'm in debug (not the case in release, everything's

[CMake] link problem with a name changed target

2008-08-21 Thread Ingrid Kemgoum
HI, i'm building a project with 3 targets in Linux. each target has a different name when in debug. the executable i want to link to the 2 libraries fail to find thoz libs when i'm in debug (not the case in release, everything's good). here is the CMakeLists of the executable cmake_minimum_requ