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