Re: [CMake] cmake file in build directory

2009-12-30 Thread Hicham Mouline
> -Original Message- > From: Michael Jackson [mailto:mike.jack...@bluequartz.net] > Sent: 30 December 2009 16:12 > To: Hicham Mouline > Cc: cmake@cmake.org > Subject: Re: [CMake] cmake file in build directory > > > On Dec 30, 2009, at 10:48 AM, Hicham Mouline w

Re: [CMake] cmake file in build directory

2009-12-30 Thread Michael Jackson
On Dec 30, 2009, at 10:48 AM, Hicham Mouline wrote: -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: 29 December 2009 23:16 To: Hicham Mouline Cc: cmake@cmake.org Subject: Re: [CMake] cmake file in build directory On Tue, Dec 29, 2009 at 6:01 PM, Hicham

Re: [CMake] cmake file in build directory

2009-12-30 Thread Hicham Mouline
> -Original Message- > From: John Drescher [mailto:dresche...@gmail.com] > Sent: 29 December 2009 23:16 > To: Hicham Mouline > Cc: cmake@cmake.org > Subject: Re: [CMake] cmake file in build directory > > On Tue, Dec 29, 2009 at 6:01 PM, Hicham Mouline wrote:

Re: [CMake] cmake file in build directory

2009-12-29 Thread John Drescher
On Tue, Dec 29, 2009 at 6:01 PM, Hicham Mouline wrote: > Hello, > > I am writing software that uses boost and Qt and other 3rd party libraries > for win/mingw, win/msvc2008 and linux/gcc. > The location of the 3rd party header files is different on each of the boxes > I compile on. > > Is there

[CMake] cmake file in build directory

2009-12-29 Thread Hicham Mouline
Hello, I am writing software that uses boost and Qt and other 3rd party libraries for win/mingw, win/msvc2008 and linux/gcc. The location of the 3rd party header files is different on each of the boxes I compile on. Is there a file to put in the build directory? Is such a file automatically re