[CMake] Xml modification

Nagger nagger at gmx.de
Mon Nov 18 16:46:34 EST 2013


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.
(together with file(READ ) and file(WRITE )).

Marc



More information about the CMake mailing list