Hi all
I want to be able to choose between various different sets of tests to be
run using CTest.
As I see, CTest runs the set of tests as listed in the DartTestfile.txt. I
understand that I can run different set of tests if they are placed in a
different subdirectory and the subdirectory's name
Hi all
Now we ran CTest2.2 with Dart0.8.5 and everything works fine.
So it seems like Dart0.8.5 understands the "ElapsedMinutes" tag and
Dart0.6.0 doesn't.
Thanks
Vignesh.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vignesh M.P.N.
Sent: Friday, Marc
Dear All,
I am a newbie to Qt 4 and I try to use CMake instead of qmake because I
also use ITK. I was not able to get RCC working with CMake though I have
seen in the FindQt4.cmake that it is supported.
I added QT4_ADD_RESOURCES in my CMakeLists.txt but the .qrc file is not
processed by RCC, a
jbd wrote:
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 using gcc.
That's only 2 cases. Use IF(CMAKE_COMPILER_IS_G