Re: [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 12:13 PM, Rolf Eike Beer wrote: > 0010476 No program output if CTest aborts test with timeout > 0010941 Code comments for many commands are wrong (copy&paste) > 0012054 FindJava.cmake too noisy on second run > 0010740 STRING(SUBSTRING) should work with length -1 > 0009658 F

Re: [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-10-28 Thread Rolf Eike Beer
0010476 No program output if CTest aborts test with timeout 0010941 Code comments for many commands are wrong (copy&paste) 0012054 FindJava.cmake too noisy on second run 0010740 STRING(SUBSTRING) should work with length -1 0009658 FindQt4.cmake depends on C language These is fixed AFAICT and sh

[cmake-developers] [CMake 0012545]: Installer creates duplicate entries in "Programs and Features" (Add / Remove Programs) when installing upgrades

2011-10-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12545 == Reported By:void.pointer Assigned To:

Re: [cmake-developers] [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
On Friday, October 28, 2011 16:24:08 Matt Williams wrote: > On 28 October 2011 14:44, wrote: > > > > I think that's reasonable in general. It's similar to what we do to > > support pkgconfig. I agree with Thiago's comment that this should be > > split and we should have one file per shared librar

Re: [cmake-developers] odd build error

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 9:18 AM, Bill Hoffman wrote: > On 10/20/2011 5:17 PM, Clinton Stimpson wrote: > >> For the non working build, we get this in the configure output: >> http://www.cdash.org/CDash/buildSummary.php?buildid=1635763 >> -- Checking whether long long and __int64 are the same type >

Re: [cmake-developers] odd build error

2011-10-28 Thread Bill Hoffman
On 10/20/2011 5:17 PM, Clinton Stimpson wrote: For the non working build, we get this in the configure output: http://www.cdash.org/CDash/buildSummary.php?buildid=1635763 -- Checking whether long long and __int64 are the same type -- Checking whether long long and __int64 are the same type - yes

Re: [cmake-developers] [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
On Friday, October 28, 2011 13:56:20 Thiago Macieira wrote: > On Friday, 28 de October de 2011 13:13:20 Stephen Kelly wrote: > > * If you want to be easily found for others to depend on, you write a > > > > Config.cmake file and install it to a location CMake > > will use> > > to find t

[cmake-developers] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
Hi, == Summary == I'm considering adding some cmake files to Qt, which would be installed by Qt, and which would make it easier for CMake based projects to depend on Qt. I'm CC'ing the cmake developers too see what they think of the idea too. == Clarification == To avoid misunderstanding: *