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] 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] 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

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

[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