Re: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Brad King
Kris Dekeyser wrote: I'm pretty sure something changed in the the interpretation of variables. I attached a simple CMakeLists.txt file that shows the difference along with a configuration file to read in. Yes, this did change, but the original behavior was not intended or documented. Note t

RE: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Kris Dekeyser
e the interpretation of variables in strings? - Kris. > -Original Message- > From: Brad King [mailto:[EMAIL PROTECTED] > Sent: vrijdag 30 juni 2006 19:25 > To: Kris Dekeyser > Cc: 'cmake@cmake.org' > Subject: Re: [CMake] Regex changes between cmake 2.0.6 and 2.4

RE: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Kris Dekeyser
PROTECTED] On > Behalf Of Kris Dekeyser > Sent: maandag 3 juli 2006 16:06 > To: 'Brad King' > Cc: 'cmake@cmake.org' > Subject: RE: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ?? > > Brad, > > I grabbed the binaries from the download web page

RE: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Kris Dekeyser
though. I really don't get it. That's why it's probably just a small and stupid error ;-)). I just can't find it. - Kris > -Original Message- > From: Brad King [mailto:[EMAIL PROTECTED] > Sent: maandag 3 juli 2006 15:20 > To: Kris Dekeyser > Cc: 'c

Re: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Brad King
Kris Dekeyser wrote: I just ran your example with 2.4.2 and got the latter output. Then, is there any configuration setting that could influence the regex behavior ? No. Did you build CMake 2.4.2 yourself or use a pre-compiled binary? -Brad ___ CMa

RE: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-07-03 Thread Kris Dekeyser
Then, is there any configuration setting that could influence the regex behavior ? - Kris > -Original Message- > From: Brad King [mailto:[EMAIL PROTECTED] > Sent: vrijdag 30 juni 2006 19:24 > To: Kris Dekeyser > Cc: 'cmake@cmake.org' > Subject: Re: [CMake]

Re: [CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-06-30 Thread Brad King
Kris Dekeyser wrote: Hi, I was running my build macros in the latest CMake (2.4.2) and encountered very strange errors. With some debug printing I discovered that the new CMake version behaves differently regarding RegEx testing compared to the version 2.0.6 that we currently use. This is a s

[CMake] Regex changes between cmake 2.0.6 and 2.4.2 ??

2006-06-30 Thread Kris Dekeyser
Hi, I was running my build macros in the latest CMake (2.4.2) and encountered very strange errors. With some debug printing I discovered that the new CMake version behaves differently regarding RegEx testing compared to the version 2.0.6 that we currently use. This is a summary of what we do