[CMake] Why change option in Cmake -GUI does not require re-configuration?

2013-11-18 Thread Alex Malyushytskyy
I downloaded CMake 2.8.12 and faced the following behavior with Cmake -GUI which can be reproduced if: After initial configuration click configurations until all options are not marked as red. Then change one the options. Now you are able to click Generate and skip Configure. This leads to the

[CMake] IEEE SC2013, come up and say hello!

2013-11-18 Thread Robert Maynard
If you are at Denver this week for IEEE Supercomputing (http://www.supercomp.org), please stop by our booth (#4207) and say hello. There will be CMake and software process experts available to discuss best practices and new developments in CMake/CTest/CPack and CDash. We'd like to hear about what y

Re: [CMake] Xml modification

2013-11-18 Thread Nagger
Am 18.11.2013 09:58, schrieb Lars Lars: Does cmake support xml modification? We would like to update a number of xml configuration files with for instance version information. This information is only available at build time. For simple documents string(REGEX REPLACE ...) may be suitable. (toge

Re: [CMake] ExternalData on unmounted Windows shares?

2013-11-18 Thread Brad King
On 11/18/2013 08:01 AM, Magnus Therning wrote: > It does indeed work properly, once one uses the correct > path in all places. Great, thanks for reporting back! -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Ki

Re: [CMake] ExternalData on unmounted Windows shares?

2013-11-18 Thread Magnus Therning
It does indeed work properly, once one uses the correct path in all places. Sorry for the noise! /M On Fri, Nov 15, 2013 at 11:02 PM, Magnus Therning wrote: > On Fri, Nov 15, 2013 at 04:45:23PM -0500, Brad King wrote: >> On 11/15/2013 04:17 PM, Magnus Therning wrote: >> > I just reproduced it l

[CMake] variable_watch and cache variiables

2013-11-18 Thread Dominik Bernhardt
Hello, during debugging CMake scripts of a large project I came across the very helpful variable_watch command. However it seems not to work for cache variables. Is this intended? If so, is there a workaround to make it work also for cache variables? I'm using CMake 2.8.12 on Windows 7.

Re: [CMake] Inserting a dependency before Qt moc is run

2013-11-18 Thread Stephen Kelly
Aurélien Gâteau wrote: >> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae016fa8a > > Thanks, how would one make use of this change if it gets in? I've reverted it for now as it breaks the KF5 build. Usage would be add_custom_target(cust ...) set_property(TARGET gwenviewPlugin1 AP

Re: [CMake] Inserting a dependency before Qt moc is run

2013-11-18 Thread Aurélien Gâteau
Stephen Kelly wrote: > Aurélien Gâteau wrote: > >> I defined a custom command to generate the .json > > Why a custom target? Wouldn't it make sense to generate the json file at > CMake-configure time using execute_process? The desktop file is not > generated. I think it would be better to be ab

Re: [CMake] CPack install dirs pr component

2013-11-18 Thread Nils Gladitz
On 11/18/2013 11:08 AM, Lars Lars wrote: Please execuse my ignorace but does the fact that the WIX generator does not support CPack components mean it will always install all components? So specifying CPACK_COMPONETS_ALL with a subset of components will have no effect? CPack makes the install

Re: [CMake] Xml modification

2013-11-18 Thread Nils Gladitz
On 11/18/2013 10:45 AM, Lars Lars wrote: Thank you for the feedback. We would like to avoid adding a dependency to a third party lib for such a small task. Does CMake have any plans to include ability to modifications xml files? You could make this a feature request of course and this is no way

Re: [CMake] CPack install dirs pr component

2013-11-18 Thread Lars Lars
Date: Mon, 18 Nov 2013 10:21:57 +0100 From: nilsglad...@gmail.com To: laasu...@hotmail.com; cmake@cmake.org Subject: Re: [CMake] CPack install dirs pr component On 11/18/2013 09:48 AM, Lars Lars wrote: How can I specify different install dir prefix

Re: [CMake] Xml modification

2013-11-18 Thread Lars Lars
Date: Mon, 18 Nov 2013 10:27:26 +0100 From: nilsglad...@gmail.com To: laasu...@hotmail.com; cmake@cmake.org Subject: Re: [CMake] Xml modification On 11/18/2013 09:58 AM, Lars Lars wrote: Does cmake support xml modification? We would like to

Re: [CMake] Xml modification

2013-11-18 Thread Nils Gladitz
On 11/18/2013 09:58 AM, Lars Lars wrote: Does cmake support xml modification? We would like to update a number of xml configuration files with for instance version information. This information is only available at build time. I think CMake has very limited internal XML capabilities. As far a

Re: [CMake] CPack install dirs pr component

2013-11-18 Thread Nils Gladitz
On 11/18/2013 09:48 AM, Lars Lars wrote: How can I specify different install dir prefix for two components using CPack and Wix generator? The current setup installs runtime files to C:\Program Files\MyCompany\bin and data to C:\Program Files\MyCompany\data. We would like to place the data fil

[CMake] Xml modification

2013-11-18 Thread Lars Lars
Does cmake support xml modification? We would like to update a number of xml configuration files with for instance version information. This information is only available at build time. -- Powered by www.kitware.com Please keep messages on-topic and check

[CMake] CPack install dirs pr component

2013-11-18 Thread Lars Lars
How can I specify different install dir prefix for two components using CPack and Wix generator? The current setup installs runtime files to C:\Program Files\MyCompany\bin and data to C:\Program Files\MyCompany\data. We would like to place the data files in for instance c:\data. The setup has

Re: [CMake] Generate tarballs from CMake targets

2013-11-18 Thread Sankar P
Since I am not subscribed to the mailing list to receive all the mails, it will be very helpful if you can reply-all so that I will get the thread instantly. Thanks. 2013/11/18 Sankar P : > Hi, > > I have a HUGE project which I have successfully migrated to use CMake > and everything builds fine.

[CMake] Generate tarballs from CMake targets

2013-11-18 Thread Sankar P
Hi, I have a HUGE project which I have successfully migrated to use CMake and everything builds fine. Thanks for this lovely tool. As a followup to the migration, I have few questions. I used a single non-recursive top-level CMake file to do the build so as to be parallelism friendly and it shows