Re: [cmake-developers] Automoc same source - More thoughts

2016-04-14 Thread Sebastian Holtermann
Am 13.04.2016 um 16:40 schrieb Brad King: On 04/13/2016 10:08 AM, Sebastian Holtermann wrote: Well, looking into the sources and there is already Tests/QtAutogen. It covers various #include "moc_..." cases. Perhaps, but as pointed out in the issue tracker entry I linked those test cases were n

[cmake-developers] [CMake 0016063]: Wrong protobuf search logic

2016-04-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=16063 == Reported By:xseven Assigned To:

Re: [cmake-developers] Automoc same source - More thoughts

2016-04-14 Thread Brad King
On 04/12/2016 03:12 PM, Sebastian Holtermann wrote: > Here it is. Please review/commit. Thanks. > -subDir = absPath > - + cmsys::SystemTools::GetFilenamePath(currentMoc) + '/'; > +std::string fileNamePath = > cmsys::SystemTools::GetFilenamePath(currentMoc); > +if ( f

[cmake-developers] [CMake 0016064]: Missing /usr/local/bin causes --install script to fail.

2016-04-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16064 == Reported By:Ho Cheung Assigned To: =

Re: [cmake-developers] Automoc same source - More thoughts

2016-04-14 Thread Sebastian Holtermann
These two hunks look like error checks added to the existing logic. Please split these out into preceding commits with their own messages explaining the new errors. Please also include a Help/release/dev/automoc-diagnostics.rst file with a release note explaining the new diagnostics. Wow

[cmake-developers] FindMPI with intel MPI wrappers

2016-04-14 Thread Dominic Meiser
Hi, I've been having trouble with the detection of the MPI libraries when using intel's MPI compiler wrappers. The issue is that - The wrappers use /LIBPATH: instead of -L to specify the library search path - The wrappers link against static versions of the mpi libraries without using -l. I

[cmake-developers] [CMake 0016065]: Building CUDA files fails when compile definitions contains parenthesis

2016-04-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16065 == Reported By:Guillaume Dumont Assigned To: