[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

[CMake] Building CLR project OR removing COMPILE_FLAGS

2011-04-07 Thread Neil MacMullen
I'm a newcomer to cmake so if I'm missing something obvious please point it out. Having said that, despite reading the online documentation and doing a fair amount of googling I haven't found a solution. Specific Questions 1) Is there a target/generator or some other

Re: [CMake] Building CLR project OR removing COMPILE_FLAGS

2011-04-07 Thread Michael Hertling
On 04/07/2011 02:33 PM, Neil MacMullen wrote: I'm a newcomer to cmake so if I'm missing something obvious please point it out. Having said that, despite reading the online documentation and doing a fair amount of googling I haven't found a solution. Specific Questions

Re: [CMake] Building CLR project OR removing COMPILE_FLAGS

2011-04-07 Thread Neil MacMullen
Thanks Michael, Usually, CMake has no idea that a .c file like src/main.c is to be treated by a C++ compiler, so it applies the CMAKE_C_FLAGS[_CONFIG] variables to the compilation. Thus, you probably need to tweak these variables to suit your needs instead of the C++ ones. Moreover, note that the

Re: [CMake] DLL and EXE with same base name: clash in VS.

2011-04-07 Thread Alexey Livshits
CMake uses prefix+base+.pdb to generate the PDB file name, however I didn't dig deep enough to find out what `base' is, just that it is obtained with cmTarget::GetName(). Whether that refers to the target name or the OUTPUT_NAME, I couldn't find out easily, so you'll have to experiment ;-)

[CMake] Status of FindHDF5.cmake in CMake?

2011-04-07 Thread kent williams
Hi! I'm working on some classes for ITK4 that use the HDF library, and I've run into a quandary. If you build install HDF5 with CMake, you MUST use find_package(HDF5 [REQUIRED] NO_MODULE) in order to use HDF5. If you use the more natural command find_package(HDF5 [REQUIRED]) then the

Re: [CMake] link static libraries to a share library

2011-04-07 Thread Michael Hertling
On 04/07/2011 07:37 PM, Jiang Xu wrote: Hi All, I am new to cmake, but I really like it after looking into it. I am in the process to make some changes to our current make file system. I wonder how can I archieve the following goal using cmake: 1. The root directory is features/ 2.

Re: [CMake] multiple targets depending on generated file

2011-04-07 Thread Stephen Kelly
Brad King wrote: Is this a bug in CMake? It seems there is enough information given that CMake could notice the dependency. But maybe it can't quite do it because its a separate directory? Maybe cmake can do the add_dependencies() automatically? This is expected. You need to do

Re: [CMake] multiple targets depending on generated file

2011-04-07 Thread Stephen Kelly
Stephen Kelly wrote: but sometimes I still get build failures due to the dbus xml stuff that I haven't tracked down and which are resolved on the next build. I think this is because I was missing some add_dependencies(foo dbus_interfaces_xml) in my app, so hopefully that's resolved for

[CMake] CTest with Purify

2011-04-07 Thread Jason Gochanour
Hello, I've been trying to add purify to our nightly ctest script. I would also like the results of Purify to be posted to our CDash installation. From what I can gather you need add the following lines to include memorychecking into your ctest script. set(CTEST_MEMORYCHECK_COMMAND

Re: [CMake] CMake 2.8.4 RPMs available (finally)

2011-04-07 Thread Orion Poplawski
On 04/05/2011 06:33 AM, Andrea Galeazzi wrote: Fedora isn't listed there but is it possible to have it? 2.8.4 has been submitted to F14. https://admin.fedoraproject.org/updates/cmake-2.8.4-1.fc14 -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division

[CMake] Hi.. a New bie question

2011-04-07 Thread AMARNATH, Balachandar
Hi all, I want to create a library out of several sources distributed in various directory structures. It seems, i need to specify name of all sources to ADD_LIBRARY command. Is there any other way to do it ? Keeping CMakeLists.txt file in every sub directory will really help as i need to

Re: [CMake] Hi.. a New bie question

2011-04-07 Thread Rolf Eike Beer
Hi all, I want to create a library out of several sources distributed in various directory structures. It seems, i need to specify name of all sources to ADD_LIBRARY command. Is there any other way to do it ? Keeping CMakeLists.txt file in every sub directory will really help as i need

[Cmake-commits] CMake branch, next, updated. v2.8.4-1364-ge580560

2011-04-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e580560077fcd3604b74fdca51824736f9519ab4 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.4-1368-g9c56172

2011-04-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 9c56172a70a27e2864f58b763ac328b9ce07a9af (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.4-1370-g0f92762

2011-04-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 0f92762c872cf4896b594e09da3d99ea26a432d1 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.4-1372-g14a6e2c

2011-04-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 14a6e2c81aec1b5761f159c35f93c6c84f9dfbcd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.4-1375-gd2d2384

2011-04-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via d2d23845ea48013dfb9f98c44e3ae4d0a3a9128f (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.4-320-ga961ecd

2011-04-07 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via a961ecdad0ec31bacb3f6abff83aa65f0b51a676 (commit) from