[CMake] Missing Qt4 plugins

2014-05-23 Thread Mathieu MARACHE
I have filled a issue in CMake's bugtraker http://public.kitware.com/Bug/view.php?id=14930 FindQt4.cmake is missing some platform dependent bearer plugins and the qtga image format plugin. By setting them like this : set( QT_BEARER_PLUGINS qcorewlanbearer qgenericbearer qnativewifibearer qconnma

Re: [CMake] ctest question

2007-09-26 Thread Mathieu MARACHE
2007/9/25, Juan Sanchez <[EMAIL PROTECTED]>: > Hi Alan, > > I also have floating point results I want to account for. I'm thinking > about writing a diff script for numerical results which uses an absolute > and relative error tolerance. This would account for the difference in > transcendentals

Re: [CMake] ctest question

2007-09-26 Thread Mathieu MARACHE
2007/9/25, Juan Sanchez <[EMAIL PROTECTED]>: > Hi Alan, > > I also have floating point results I want to account for. I'm thinking > about writing a diff script for numerical results which uses an absolute > and relative error tolerance. This would account for the difference in > transcendentals

[CMake] CTest update with dart

2007-05-09 Thread Mathieu MARACHE
Hi, I've succesfully installed a Dart server to use with CTest for a continuous build dashboard. However, The update stage which updates from a svn repository doesn't recover prior revision numbers to populate the update.xml file and thus when parsed by the Dart server the URL to see the diffs in

Re: [CMake] Bug: SET(CMAKE_DEBUG_POSTFIX "D")

2006-09-29 Thread Mathieu MARACHE
Thanks Brad, That did the trick ! BTW, we tried to buy the CMake book this summer but our supplier told us it was not edited anymore... Is this true ? And if yes will an updated version of the book be released ? Best regards,Mathieu2006/9/29, Brad King <[EMAIL PROTECTED]>: Mathieu MARACHE

[CMake] Bug: SET(CMAKE_DEBUG_POSTFIX "D")

2006-09-29 Thread Mathieu MARACHE
Hi,I've got a small bug trying to use configuration postfixes under windows with at least NMakes and VisualStudio C++ .NET 7.1 . I used the latest 2.4.3 release of CMake.The following command works for libraries and shared libraries but not for executables. For example : with SET(CMAKE_DEBUG_POSTFI