Re: [cmake-developers] Obtaining header file dependencies of a source file manually

2015-11-30 Thread Michael Wild
On Mon, Nov 30, 2015 at 7:01 PM, Dan Liew wrote: > Hi Michael, > >> Not going into detail as I'm typing on the phone, but this really sounds >> like a case where a "SuperBuild" >> (http://www.kitware.com/media/html/BuildingExternalProjectsWithCMake2.8.html) >> can help you to

Re: [cmake-developers] Obtaining header file dependencies of a source file manually

2015-11-29 Thread Michael Wild
On Sun, Nov 29, 2015, 10:47 Dan Liew wrote: Hi, # TL;DR I need a way of determining the header file dependencies of a source file and inform CMake about them. CMake doesn't do this automatically because I'm using custom commands for the compilation step so CMake doesn't do

Re: [cmake-developers] Safe source list GLOBs

2013-05-30 Thread Michael Wild
On 29.05.2013 22:59, Matthew Woehlke wrote: On 2013-05-28 21:23, Wojciech Knapik wrote: On Fri, May 24, 2013 at 11:21:57AM -0400, Matthew Woehlke wrote: [...] I do understand the distinction between calling cmake and make and I understood from the start when variables are evaluated and such,

Re: [cmake-developers] Documentation 'latest' url

2013-04-04 Thread Michael Wild
On Thu, Apr 4, 2013 at 2:33 PM, Brad King brad.k...@kitware.com wrote: On 04/04/2013 12:12 AM, Michael Wild wrote: On 09/21/2012 04:36 PM, Stephen Kelly wrote: This page has links for various versions of cmake: http://www.cmake.org/cmake/help/documentation.html Would it be possible

Re: [cmake-developers] Documentation 'latest' url

2013-04-03 Thread Michael Wild
On 09/21/2012 04:36 PM, Stephen Kelly wrote: Hi, This page has links for various versions of cmake: http://www.cmake.org/cmake/help/documentation.html Would it be possible to get a 'latest' url too, such as http://www.cmake.org/cmake/help/latest/cmake.html It would make more

Re: [cmake-developers] what happened to cmake users forum?

2012-08-30 Thread Michael Wild
On 08/30/2012 03:44 PM, Skippy VonDrake wrote: I remember belonging to a mailing list meant for general questions from cmake users. Where does on go no when the have a problem/question just using cmake? This site: http://public.kitware.com/mailman/listinfo/dart just lists cmake-developers and

Re: [cmake-developers] FinQt4/UseQt4 / module QtWebKit isn't found with Qt 4.8.1 even if installed

2012-05-16 Thread Michael Wild
On 05/16/2012 06:51 AM, Adrien Guinet wrote: Hello everyone, It seems that, in Qt 4.8.1 (at least in the Debian packages), the QtWebKit module isn't shipped in a separated .so (libQtWebKit.so). Thus, this makes FindQt4.cmake fails to find the QtWebkit modules, beucase a module is considered

Re: [cmake-developers] How to handle package Config.cmake files with dependencies ?

2012-02-27 Thread Michael Wild
On 02/27/2012 09:15 PM, Alexander Neundorf wrote: Hi, I think find_package in Config mode might still need some more work. When the FooConfig.cmake has been found, Foo_FOUND is set to TRUE: // Set a variable marking whether the package was found. std::string foundVar = this-Name;

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-24 Thread Michael Wild
On 01/25/2012 12:25 AM, Alan W. Irwin wrote: On 2012-01-24 06:28+0100 Michael Wild wrote: On 01/24/2012 05:50 AM, Alan W. Irwin wrote: The documentation you get from cmake --help-full refers to the IMPORTED_LOCATION property as one of the more important ones set for imported targets. I

[cmake-developers] License of the dashboard:cmake_common.cmake script

2012-01-18 Thread Michael Wild
Hi all I based my dashboard driver script on the one used by CMake (http://cmake.org/gitweb?p=cmake.git;a=blob;f=cmake_common.cmake;hb=refs/heads/dashboard) and wonder what it's license is. Is it the usual 3-clause BSD-style license? Michael -- Powered by www.kitware.com Visit other Kitware

Re: [cmake-developers] License of the dashboard:cmake_common.cmake script

2012-01-18 Thread Michael Wild
On 01/18/2012 03:16 PM, Brad King wrote: On Wed, Jan 18, 2012 at 8:41 AM, Michael Wild them...@gmail.com wrote: I based my dashboard driver script on the one used by CMake (http://cmake.org/gitweb?p=cmake.git;a=blob;f=cmake_common.cmake;hb=refs/heads/dashboard) and wonder what it's license

Re: [cmake-developers] Should a module attempt to find its own dependencies?

2012-01-08 Thread Michael Wild
On 01/09/2012 03:07 AM, David Cole wrote: On Sunday, January 8, 2012, Alexander Neundorf neund...@kde.org mailto:neund...@kde.org wrote: On Sunday 08 January 2012, Stephen Kelly wrote: Alexander Neundorf wrote: On Sunday 08 January 2012, Stephen Kelly wrote: Hi, I don't think I've

Re: [cmake-developers] slow regex implementation in RegularExpression

2011-11-23 Thread Michael Wild
On 11/24/2011 12:34 AM, Brad King wrote: On 11/23/2011 5:43 PM, Brad King wrote: On 11/23/2011 12:44 PM, Brad King wrote: However, the above does not need to stand in the way of solving the problem you're addressing. We can simply set that goal aside for now by not exposing TRE in the CMake

Re: [cmake-developers] [PATCH 4/7] Make cmLocalGenerator::ConvertToLinkReference virtual

2011-09-27 Thread Michael Wild
On 09/27/2011 04:00 PM, Rolf Eike Beer wrote: This provides a mechanism for the local generator to override how library search paths are generated. --- Source/cmLocalGenerator.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/cmLocalGenerator.h

Re: [cmake-developers] [PATCH 0/7] Preparation for Ninja generator: refactorings, bug fixes

2011-09-27 Thread Michael Wild
On 09/27/2011 02:19 PM, Brad King wrote: On 9/26/2011 11:48 PM, Peter Collingbourne wrote: Now that the Ninja generator is passing all tests on Linux, I have decided to start preparing patches, and I am starting with some refactorings and bug fixes developed in the course of developing the

Re: [cmake-developers] [RFC] golang support

2011-08-05 Thread Michael Wild
The problem is that add_dependencies() adds only dependencies between top-level targets, there's nothing that tells CMake to relink the executable when the library changes. It only ensures that the library is build *before* the executable. You would need to pass the library output files to the

Re: [cmake-developers] [CMake 0012347]: Interface bug

2011-07-16 Thread Michael Wild
Five times the same useless report, each reported by a different user-id?! Michael On 07/16/2011 06:29 AM, Mantis Bug Tracker wrote: The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12347

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-23 Thread Michael Wild
On 06/23/2011 04:11 PM, Brad King wrote: On 06/23/2011 09:53 AM, Alexander Neundorf wrote: On Thursday 23 June 2011, Brad King wrote: On 06/23/2011 05:12 AM, Alexander Neundorf wrote: Please put it at the very bottom of the entire documentation, just above the note about NO_POLICY_SCOPE.

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-20 Thread Michael Wild
On 06/20/2011 07:46 PM, Brad King wrote: On 06/20/2011 12:40 PM, Alexander Neundorf wrote: What is the recommended way how to do this with git ? Simply add one more commit which does that or do I have to do something with rebase --interactive ? How does that play together with the branch

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Michael Wild
On 06/08/2011 09:24 PM, Bill Hoffman wrote: On 6/8/2011 2:59 PM, Alexander Neundorf wrote: The two things are - BSD licensing, we did that 3 years ago: http://quickgit.kde.org/?p=automoc.gita=commith=78fdba1e2d96bc45512531748ffb770cb1124798 -and porting to STL+cmsys, we did that now

Re: [cmake-developers] Integration of manpage installation

2011-06-07 Thread Michael Wild
On 06/07/2011 03:47 PM, Werner Mahr wrote: Eric Noulard wrote: My suggestion is, to add a new property like man-source-dir or somehow like that, and all pages in that dir are installed to the right place if they start with the name of the corresponding executable. Have a look at the new

Re: [cmake-developers] Integration of manpage installation

2011-06-07 Thread Michael Wild
On 06/07/2011 07:40 PM, Werner Mahr wrote: Michael Wild wrote: foreach(m amule.1 amule.de.1 locale.7) get_filename_component(b ${m} NAME_WE) get_filename_component(e ${m} EXT) if(e MATCHES (([a-zA-Z_-]+)\\.)?([0-9])) set(l ${CMAKE_MATCH_2}) set(s ${CMAKE_MATCH_3}) else

Re: [cmake-developers] Making _IMPORT_PREFIX from an installed exports-file available to an including file

2011-06-05 Thread Michael Wild
On 06/04/2011 10:28 PM, Alexander Neundorf wrote: Hi, when installing an export-file cmake has the nice feature to calculate the CMAKE_INSTALL_PREFIX from the current location: -8--8--8 # Compute the installation prefix relative to this

Re: [cmake-developers] Making _IMPORT_PREFIX from an installed exports-file available to an including file

2011-06-05 Thread Michael Wild
On 06/05/2011 08:50 PM, Alexander Neundorf wrote: On Sunday, June 05, 2011 11:50:12 AM Michael Wild wrote: On 06/04/2011 10:28 PM, Alexander Neundorf wrote: Hi, when installing an export-file cmake has the nice feature to calculate the CMAKE_INSTALL_PREFIX from the current location

Re: [cmake-developers] [PATCH] Also match error at start of line as build error, not only Error

2011-04-14 Thread Michael Wild
On 04/14/2011 11:09 AM, Rolf Eike Beer wrote: On 04/14/2011 09:12 AM, Rolf Eike Beer wrote: Doesn't make any sense to me not to catch those, too. Eike 0001-make-some-Error-match-strings-also-match-error.patch From 4e6296a227b939e343949ec1452a59829f0ca6bd Mon Sep 17 00:00:00 2001 From:

Re: [cmake-developers] [CMake] namespace support

2011-02-03 Thread Michael Wild
On 02/03/2011 08:04 PM, Bill Hoffman wrote: On 2/3/2011 12:20 PM, Peter Kümmel wrote: On 03.02.2011 17:20, Peter Kümmel wrote: Because good solution is not available I've added the mentioned namespace support to CMake: namespace(string) endnamespace() With attached patch it is possible

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Michael Wild
On 01/24/2011 06:02 PM, Chris Lawrence wrote: Hi, I've recently been looking into using CMake with one of my projects at work. I've recently run into a problem where the Makefile, CMake generates will not run on my build system unless I install the cmake libraries. Just to clarify, my

Re: [cmake-developers] [CMake 0011209]: Support generator expression everywhere they make sense

2010-12-15 Thread Michael Wild
== Reported By:Michael Wild Assigned To:Brad King == Project:CMake Issue ID: 11209

Re: [cmake-developers] Failing HTML (xmllint) test in the CMake dashboard results...

2010-11-02 Thread Michael Wild
. Do you have a suggestion one way or the other about the optimal resolution here? Thanks for your help with this, David On Tue, Nov 2, 2010 at 12:02 PM, Michael Wild them...@gmail.com wrote: On 11/02/2010 04:05 PM, Bill Hoffman wrote: On 11/2/2010 10:11 AM, Michael Wild wrote: Seems

Re: [cmake-developers] Instructions for regenerating CMake flex files?

2010-11-01 Thread Michael Wild
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/2010 05:08 PM, Hickel, Kelly wrote: -Original Message- From: cmake-developers-boun...@cmake.org [mailto:cmake-developers- boun...@cmake.org] On Behalf Of Michael Wild Sent: Monday, November 01, 2010 10:22 AM To: cmake

Re: [cmake-developers] CMake code style

2010-09-21 Thread Michael Wild
On 21. Sep, 2010, at 18:13 , Alexander Neundorf wrote: On Tuesday 21 September 2010, Alan W. Irwin wrote: On 2010-09-20 16:20-0400 Bill Hoffman wrote: BTW, this type of code is not allowed in CMake: if (fi!=files.begin()) os ;; Needs to be: if((fi!=files.begin()) { os ;; }

Re: [cmake-developers] Good way to track whether a branch has been merged into master ?

2010-09-19 Thread Michael Wild
On 19. Sep, 2010, at 11:03 , Alexander Neundorf wrote: Hi, I'm currently cleaning up my local CMake branches. What is a good way to find out whether some branch has been merged into master ? Right now I was looking through git log to see whether the commits are in master. Alex Many

Re: [cmake-developers] Topic-based Git workflow for CMake

2010-06-05 Thread Michael Wild
On 5. Jun, 2010, at 17:46 , Miguel A. Figueroa-Villanueva wrote: On Thu, May 13, 2010 at 11:47 AM, Brad King wrote: Hi Folks, We are about to switch to a branchy, topic-based workflow for CMake development with Git. The approach is based on a workflow documented in git help workflows.