Re: [CMake] CPack: Ignoring files using regex

2013-08-02 Thread Chris Wood
I also posted this to stackoverflow (http://stackoverflow.com/q/17935748/889604) where I now have an answer (and some more discussions) along similar lines to the 1 given below. On 31 July 2013 20:50, Glenn Coombs wrote: > The regexp you're using matches anything where the last character at the e

Re: [CMake] CPack: Ignoring files using regex

2013-07-31 Thread Glenn Coombs
The regexp you're using matches anything where the last character at the end of the line isn't one of the characters inside the square brackets. I don't think cmake's regexps allow negation of words so specifying a regexp that matches everything except projectA/, README and CMakelists.txt is going