Re: [CMake] Re: Avoiding convenience libs

2007-04-19 Thread Bill Hoffman
Kishore, Jonnalagadda (IE10) wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pascal Fleury Sent: Wednesday, April 18, 2007 3:45 AM To: cmake@cmake.org Subject: Re: [CMake] Re: Avoiding convenience libs On Tuesday 17 April 2007 23:55:44 Matthew

RE: [CMake] Re: Avoiding convenience libs

2007-04-18 Thread Kishore, Jonnalagadda (IE10)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pascal Fleury > Sent: Wednesday, April 18, 2007 3:45 AM > To: cmake@cmake.org > Subject: Re: [CMake] Re: Avoiding convenience libs > > On Tuesday 17 April 2007 23:55:44 Mat

Re: [CMake] Re: Avoiding convenience libs

2007-04-17 Thread Pascal Fleury
On Tuesday 17 April 2007 23:55:44 Matthew Woehlke wrote: > WAG: variables only propogate to children, not siblings (i.e. 'not to > later CMakeLists.txt's that are not children)? IOW, try moving your > SET() up to a common parent. Well, zes, that is what I noticed. But as other things in cmake are

[CMake] Re: Avoiding convenience libs

2007-04-17 Thread Matthew Woehlke
Pascal Fleury wrote: In a move to avoid convenience libraries, I have tried to store a list of files into a variable ("utils_SRCS"), and reuse this var in each target that would normally link to the convenience lib (potentially compiling these source files multiple times, but that is not the is