[cmake-developers] [CMake 0012054]: FindJava.cmake too noisy on second run

2011-04-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=12054 == Reported By:Rolf Eike Beer Assigned To:

Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-07 Thread Clinton Stimpson
On Thursday, April 07, 2011 10:03:45 am Mike McQuaid wrote: On 7 April 2011 16:41, Clinton Stimpson clin...@elemtech.com wrote: I would put it in Qt4Macros.cmake and document it in FindQt4.cmake. Cool, ok. I would love some other people's input in this work. I have put some work into

[cmake-developers] ZLIB: improve message when library is found

2011-04-07 Thread Rolf Eike Beer
If you do FIND_PACKAGE(ZLIB) you currently get the include directory printed out (usually /usr/include) which isn't very helpful IMHO. Attached patch changes this so the library is shown. EikeFrom ea681ea84eb35d24952626b53ccf595cbc4e7ca4 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer

Re: [cmake-developers] ZLIB: improve message when library is found

2011-04-07 Thread Brad King
On 04/07/2011 12:24 PM, Rolf Eike Beer wrote: If you do FIND_PACKAGE(ZLIB) you currently get the include directory printed out (usually /usr/include) which isn't very helpful IMHO. Attached patch changes this so the library is shown.

Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-04-07 Thread Brad King
On 04/06/2011 10:15 PM, Manuel Klimek wrote: For your convenience, rebased onto current head and git format-patch'ed. Thanks. I used that series to reconstruct the topic on master locally. I will review and test further when I get a chance. -Brad ___

Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-07 Thread David Cole
On Thu, Apr 7, 2011 at 1:17 PM, Clinton Stimpson clin...@elemtech.comwrote: On Thursday, April 07, 2011 10:29:41 am Mike McQuaid wrote: On 7 April 2011 17:17, Clinton Stimpson clin...@elemtech.com wrote: That could be a good way to go first. If the need arises, we could introduce more

Re: [cmake-developers] Qt Bundle Utilities/Packaging

2011-04-07 Thread David Cole
On Thu, Apr 7, 2011 at 1:23 PM, David Cole david.c...@kitware.com wrote: On Thu, Apr 7, 2011 at 1:17 PM, Clinton Stimpson clin...@elemtech.comwrote: On Thursday, April 07, 2011 10:29:41 am Mike McQuaid wrote: On 7 April 2011 17:17, Clinton Stimpson clin...@elemtech.com wrote: That could

Re: [cmake-developers] Small patch to support build-setting conditions in XCode

2011-04-07 Thread Brad King
On 04/05/2011 10:05 AM, Johan Björk wrote: How about this one. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c519bb2b Thanks, -Brad ___ cmake-developers mailing list cmake-developers@cmake.org