Re: [CMake] CMake used by Boost?

2009-03-21 Thread Vladimir Prus
On Sunday 22 March 2009 01:01:44 Bill Hoffman wrote: > Bill Hoffman wrote: > > Vladimir Prus wrote: > > >> > >> Therefore, that page is at very least inaccurate. I would like to request > >> CMake developers fix that page. > >> > > > >

Re: [CMake] CMake used by Boost?

2009-03-21 Thread Vladimir Prus
On Saturday 21 March 2009 22:28:43 Piotr Dobrogost wrote: > Hi > > On the following page > http://www.cmake.org/cmake/help/documentation.html > one can read the following statement > "In addition many other popular open source projects use CMake such as > VTK, ITK, ParaView, VXL, SecondLife and Bo

[CMake] make CFLAGS= support

2009-03-11 Thread Vladimir Prus
Hello, I have cmake version '2.6-patch 2', and after I generate makefiles, and build with make CFLAGS=-O2 I don't see -O2 being used in the compiler command line. Is this the expected behaviour? I realize that CFLAGS is a automake convention, so I am not saying cmake should support it,

Re: [CMake] Visual Studio Warning Level

2008-11-22 Thread Vladimir Prus
Hendrik Sattler wrote: > Am Saturday 22 November 2008 15:17:12 schrieb Vladimir Prus: >> Michael Jackson wrote: >> > On Nov 22, 2008, at 8:01 AM, Vladimir Prus wrote: >> >> Bill Hoffman wrote: >> >>> Robert Dailey wrote: >> >>>> Hi

Re: [CMake] Visual Studio Warning Level

2008-11-22 Thread Vladimir Prus
Michael Jackson wrote: > > On Nov 22, 2008, at 8:01 AM, Vladimir Prus wrote: > >> Bill Hoffman wrote: >> >>> Robert Dailey wrote: >>>> Hi, >>>> >>>> I've done some googling on how to set warning levels for visual >>&g

Re: [CMake] Visual Studio Warning Level

2008-11-22 Thread Vladimir Prus
Bill Hoffman wrote: > Robert Dailey wrote: >> Hi, >> >> I've done some googling on how to set warning levels for visual studio >> projects generated with CMake and I can't say I really enjoy the >> proposed solutions I've found. Literally this should be a single >> function call like: >> >> cmak

Re: [CMake] Boost Trunk is getting CMake support

2008-11-02 Thread Vladimir Prus
Daniel Stonier wrote: > 2008/11/2 Esben Mose Hansen <[EMAIL PROTECTED]>: >> On Saturday 01 November 2008 20:16:42 Michael Jackson wrote: >>> Just wanted to let the cmake community know that very early CMake >>> support has been added to the Boost trunk. Currently only some of the >> >> That is gre