Where there is a faq about regex into cmake ?
Brad King
brad.king at kitware.com
Wed Mar 22 15:47:39 CET 2006
Laurent Montel wrote:
> regexp into cmake is not standard.
> Where can I read doc about it ?
See comments in front of the regex class definition:
http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/kwsys/RegularExpression.hxx.in?root=CMake&view=markup
Note that whenever you need a backslash in a regex you need to write two
because the first is removed by the CMake lanugage before constructing
an instance of this class.
-Brad
More information about the Kde-buildsystem
mailing list