[Cmake] please provide example of use of STRING(REGEX REPLACE
cmake.org › pipermail › cmakeApr 01, 2003 · Next message: [Cmake] please provide example of use of STRING (REGEX REPLACE ... ) Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi, This (below) was very helpful. Thanks. STRING (REGEX REPLACE <pattern> <replacement string> <target variable> <source string>) Can this syntax clarification be added to CMake.rtf that comes with ...
string
http://man.hubwiz.com › commandThe replace expression may refer to paren-delimited subexpressions of the match using \1 , \2 , …, \9 . Note that two backslashes ( \\1 ) are required in CMake ...