Re: [cmake-developers] Tests with custom launchers and Not Run

2012-09-19 Thread Rolf Eike Beer
David Cole wrote: I don't like it. Existing tests that run and return, for example, a number of errors that occurred, will magically appear as not run when that number just so happens to be 77. If there are enough people who think this is simple and works and are not concerned about the

Re: [cmake-developers] Tests with custom launchers and Not Run

2012-09-19 Thread Marcel Loose
On 19/09/12 08:18, Rolf Eike Beer wrote: David Cole wrote: I don't like it. Existing tests that run and return, for example, a number of errors that occurred, will magically appear as not run when that number just so happens to be 77. If there are enough people who think this is simple and

Re: [cmake-developers] conditionals in generator expressions

2012-09-19 Thread Stephen Kelly
Brad King wrote: I think it would make sense to rewrite the branch to squash the whitespace fixes before merging to master though. Yes, I can do this when the topic is done. I saw that it didn't get into master yesterday. Does this mean it won't get in until next week? If that is the

[cmake-developers] [CMake 0013549]: FindMPI.cmake isn't quiet

2012-09-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13549 == Reported By:Joe Lindström Assigned To:

Re: [cmake-developers] conditionals in generator expressions

2012-09-19 Thread Brad King
On 09/19/2012 04:17 AM, Stephen Kelly wrote: Brad King wrote: I think it would make sense to rewrite the branch to squash the whitespace fixes before merging to master though. Yes, I can do this when the topic is done. I saw that it didn't get into master yesterday. Does this mean it

Re: [cmake-developers] conditionals in generator expressions

2012-09-19 Thread Stephen Kelly
Brad King wrote: I'll do the revert-in-next+rebase+re-merge-to-next later today unless there's an objection. I did the rebase/squash yesterday. In order to make the result cleaner and identical to the original net change on the topic I wanted to add one commit to it. I needed that to run

Re: [cmake-developers] Hacking kwsys processor detection

2012-09-19 Thread Stephen Kelly
Brad King wrote: On 09/08/2012 12:45 PM, Rolf Eike Beer wrote: I was a bit bored and decided to hack a bit on a bug I filed long ago (http://cmake.org/Bug/view.php?id=10895). I have attached the first 3 patches I came up with. I think #1 should just be applied without any further checks ;)

[cmake-developers] [CMake 0013550]: CMAKE_C_COMPILE_OPTIONS_PIE not set for Clang

2012-09-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13550 == Reported By:Alexander Assigned To:

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread David Cole
What files did you have to change? The files needed to get projects to work with Qt 5 should all ship and be built/installed as part of Qt 5 now. Steve Kelly has been doing this work, and can chime in here to correct me if there's more to it than that. Thanks, David On Wed, Sep 19, 2012 at

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread Luis Kabongo
I changed FintQt.cmake and created the following: FindQt5.cmake UseQt5.cmake Regards. -- Luis Kabongo Vicomtech-IK4 On 19 September 2012 21:20, David Cole david.c...@kitware.com wrote: What files did you have to change? The files needed to get projects to work with Qt 5 should all ship and

Re: [cmake-developers] Exporting dependent library targets in multiple export sets

2012-09-19 Thread Alexander Neundorf
On Tuesday 18 September 2012, Brad King wrote: On 09/18/2012 04:12 PM, Alexander Neundorf wrote: How about defining a variable which can be set by Config-files which holds an error message for the case that the Config-file has set package_FOUND to FALSE ? Like e.g.

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread David Cole
Those files shouldn't be necessary with Qt 5. Qt 5 itself installs a CMake project config file so that CMake's find_package can just find it without any Find module necessary. It is the IDEAL. WE LOVE not having a find module, but still being able to find_package!! :-) Cheers, David On Wed,

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread Luis Kabongo
Qt5ConfigDependentSettings.cmake and Qt5Macros.cmake may need to be added also. You might be right, the thing is that I needed support for a non installed version compiled with specific options without crashing my other versions (you can imagine 64 bits, sql, etc), but in Qt5 beta version some

Re: [cmake-developers] Exporting dependent library targets in multiple export sets

2012-09-19 Thread Alexander Neundorf
On Wednesday 19 September 2012, Alexander Neundorf wrote: On Tuesday 18 September 2012, Brad King wrote: On 09/18/2012 04:12 PM, Alexander Neundorf wrote: How about defining a variable which can be set by Config-files which holds an error message for the case that the Config-file has set

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread Bill Hoffman
On 9/19/2012 4:11 PM, Luis Kabongo wrote: Qt5ConfigDependentSettings.cmake and Qt5Macros.cmake may need to be added also. You might be right, the thing is that I needed support for a non installed version compiled with specific options without crashing my other versions (you can imagine 64 bits,

Re: [cmake-developers] Adding Qt5 Support

2012-09-19 Thread Stephen Kelly
Bill Hoffman wrote: Here are some links: http://www.kdab.com/using-cmake-with-qt-5/ http://doc-snapshot.qt-project.org/5.0/cmake-manual.html Thanks for that. Those are the correct links. However, there is another one: http://qt-project.org/wiki/Qt500beta1KnownIssues The CMake files are