Re: [CMake] CPack RPM generator with @ characters in filename

2014-09-01 Thread Matt.Bolger
After a little more looking around in the bug tracker I see there is already an open issue for this. http://www.cmake.org/Bug/view.php?id=14782 Removing the PROTECTED_AT change to CPackRPM.cmake provides a work around for now. Thanks Matt From: CMake [mailto:cmake-boun...@cmake.org] On Behalf

[CMake] CPack RPM generator with @ characters in filename

2014-08-31 Thread Matt.Bolger
Hi, We're trying to package Qt as part of our app and the RPM generator doesn't like the '@' in some of the QML image file names (not that I blame it :)). I found some mention of this earlier this year http://www.cmake.org/pipermail/cmake/2014-March/057124.html. The simple example below

[CMake] Viewing the full build log from the CDash Dashboard

2014-08-14 Thread Matt.Bolger
Apologies if this is a stupid question with an obvious answer staring me in the face but... How does one view the full build log from the dashboard? This relates to our own dashboard but looking at a build of CMake as an example (http://open.cdash.org/buildSummary.php?buildid=3450103) The

[CMake] Removing the original CDash admin

2014-08-12 Thread Matt.Bolger
Hi All, Does anyone know how to remove the primary (first) Administrator of a CDash instance? All the other users show up with a 'make normal user' and 'remove user' button but not the original administrator who setup the instance. Thanks Matt -- Powered by www.kitware.com Please keep

Re: [CMake] Removing the original CDash admin

2014-08-12 Thread Matt.Bolger
Yeah I was just worried that since CDash seems to be so fond of this user it might react badly to their forced departure. Matt -Original Message- From: David Cole [mailto:dlrd...@aol.com] Sent: Wednesday, 13 August 2014 11:37 AM To: Bolger, Matt (DPS, Clayton); cmake@cmake.org

Re: [CMake] CMake 3.0, Qt5.3 and Policy CMP0043.

2014-06-10 Thread Matt.Bolger
I raised an issue in the Qt bug tracker for this https://bugreports.qt-project.org/browse/QTBUG-39457 - everyone should go vote for it ☺ Matt From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Andrew Maclean Sent: Wednesday, 11 June 2014 9:20 AM To: VTK Developers; vtk; cmake@cmake.org

[CMake] Policy CMP0028 and Qt libraries

2014-06-04 Thread Matt.Bolger
Hi All, I've updated to CMake 3-RC6 and seem to be getting a lot of CMP0028 policy warnings that I'm not sure I understand. I'm sure I'm doing something wrong of misunderstanding what's happening under the hood but would appreciate some enlightenment. Trying to boil it down to a simple

[CMake] CTest parallel builds, serial tests

2012-10-02 Thread Matt.Bolger
We have a simple automated test/build setup. A basic CTestConfig.cmake sets the project name and CTEST_DROP properties and the test server simply runs ctest -D Nightly or ctest -D Experimental to process a build. I have two problems that I think I could solve if I can work out how to specify