[CMake] support for OSX universal binaries added to CMake CVS

2006-03-24 Thread Bill Hoffman
I have just checked in support for universal binaries in CVS CMake. If you run cmake on a mac with a version of the compiler that supports universal binaries, you will get two new cache entires: CMAKE_OSX_ARCHITECTURES - defaults to ppc or i386 (uses uname) CMAKE_OSX_SYSROOT - defaults to

[CMake] Managing warning level

2006-03-24 Thread jbd
Hello, Sorry to post this question, but i didn't find any answer to it. I'm wondering how to manage the warning level of a compilation process. Do i have to do some ugly IF(WIN32) foobar ? I'd like to do it the abstract way, since i need to compile on windows with mingw, visual and on GNU/Linux

[CMake] Need ElapsedMinutes tag?

2006-03-24 Thread Vignesh M.P.N.
Hi all Summary: Ctest2.2.x doesn't work with our DartServer0.6.x.jar, presumably because ctest.2.2.x includes an ElapsedMinutes tag that the DartServer0.6.jar doesn't like...or at least it spits out processing errors to the console when this ElapsedMinutes tag is included...and there are no