On Tue, Jun 30, 2009 at 11:43 AM, Knox, Kent <[email protected]> wrote:

> Yes, this was the trick.  Thank you to Eric Noulard and David Cole
>
> "With the expression the way it is, you're trying to exclude things that
> have literal "/.txt" in them. What you want is ".txt" right?"
>
> I suppose that I'm a little confused by the RegEx.  So with the '/'
> characters, was I literally looking for a '/' characters in my search
> patterns?  Is that why they work in the directory filters?


Yes.

The variable is a list of regular expressions. Each regex is separated from
the next by the ";" characters. The "/" is literally matching. The
backslashes are double escaped because CMake and the regex processor both
use "\" as an escape character.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to