Re: [cmake-developers] Preparing for 2.8.11-rc1

2013-03-08 Thread Brad King
On 3/7/2013 5:13 PM, Brad King wrote: On 03/07/2013 04:09 PM, Alexander Neundorf wrote: IOW: without this fix cmake's exported target files are non-working on usr- move systems if installed into one of the affected directories. That's IMO a blocker. It's no worse than 2.8.10. Whatever fix

[cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-08 Thread Marcus D. Hanwell
Hi, I notice that Arch has already patched this, but CMake master as of aa027af9 still finds /usr/bin/qmake when a /usr/bin/qmake-qt4 is available. This bug is reported here, http://public.kitware.com/Bug/view.php?id=13985 Is there any issue with changing the order so that if qmake-qt4 is found

Re: [cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-08 Thread Clinton Stimpson
Its not as simple as changing the order. If I have my own build of Qt4, and if FindQt4.cmake had this: find_program(QT_QMAKE_EXECUTABLE NAMES qmake4 qmake-qt4 qmake-mac qmake ...) and I try to use my build of Qt CMAKE_PREFIX_PATH=/home/me/qt/qt-4.7.2 cmake ../ It finds /usr/bin/qmake-qt4 instead,

Re: [cmake-developers] FindPackageCheckArchLinuxSymlinks branch on stage

2013-03-08 Thread Alexander Neundorf
On Friday 08 March 2013, Brad King wrote: On 1/25/2013 8:54 AM, Brad King wrote: On 01/25/2013 05:14 AM, Stephen Kelly wrote: Are INSTALL(EXPORT)ed files affected at all by this? Do they need to be? Yes, since they compute paths relative to their location in order to be relocatable.

Re: [cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-08 Thread Marcus D. Hanwell
On Fri, Mar 8, 2013 at 2:52 PM, Clinton Stimpson clin...@elemtech.com wrote: On Friday, March 08, 2013 02:35:53 PM Marcus D. Hanwell wrote: I notice that Arch has already patched this, but CMake master as of aa027af9 still finds /usr/bin/qmake when a /usr/bin/qmake-qt4 is available. This bug

[cmake-developers] [CMake 0013992]: Source files with same name not building for VS 2010

2013-03-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13992 == Reported By:toby_toby_toby Assigned To:

[cmake-developers] [CMake 0013995]: Builtin automoc doesn't automatically include system include path.

2013-03-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13995 == Reported By:Yichao Yu Assigned To: