[cmake-developers] need help for advanced option while additional build type

2011-01-18 Thread ajay bansal
Hi, I need your help for cMake on windows platforms. Along with default configuration (Release) I want to add an additional build type in my configuration (Release_Win2008). I am able to do it using following code. SET (CMAKE_C_FLAGS_RELEASE_WIN2008 ) SET(CMAKE_BUILD_TYPES Release

Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-01-18 Thread Manuel Klimek
On Mon, Jan 17, 2011 at 8:52 AM, Brad King brad.k...@kitware.com wrote: On 01/14/2011 06:19 PM, Manuel Klimek wrote: Attached are 2 patches for caching the definesflags and introducing the options. Thanks. I'll look into testing next, any hints for what to look out for would be appreciated

Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-01-18 Thread David Cole
On Tue, Jan 18, 2011 at 1:53 PM, Brad King brad.k...@kitware.com wrote: On 1/18/2011 1:50 PM, Manuel Klimek wrote: Since this is a big integration style test, is it also possible to integrate a python test? (the whole test would fit into a few lines of python then) We'd prefer not to