Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
w <[EMAIL PROTECTED]> > Subject: Re: [CMake] Help with REGEX expression > To: "Cmake Mailing List" , "Mike Jackson" <[EMAIL PROTECTED]> > Date: Thursday, September 18, 2008, 6:36 PM > Correction. What you're trying to do is the right idea. > I'

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
The "cut" command > should work nicely. > > I'll keep you informed of any progress. > > --Sam > > > --- On Thu, 9/18/08, Samuel Crow > <[EMAIL PROTECTED]> wrote: > > > From: Samuel Crow > <[EMAIL PROTECTED]> > > Subject: Re:

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
try to get this figured out for you, if you like. > > --Sam > > --- On Thu, 9/18/08, Mike Jackson > <[EMAIL PROTECTED]> wrote: > > > From: Mike Jackson <[EMAIL PROTECTED]> > > Subject: [CMake] Help with REGEX expression > > To: "Cmake Mailing List&qu

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Mike Jackson
el Crow wrote: Hello Mike, I'm looking at Page 41 of Mastering CMake 4th edition. I'll try to get this figured out for you, if you like. --Sam --- On Thu, 9/18/08, Mike Jackson <[EMAIL PROTECTED]> wrote: From: Mike Jackson <[EMAIL PROTECTED]> Subject: [CMake] He

Re: [CMake] Help with REGEX expression

2008-09-18 Thread Samuel Crow
Hello Mike, I'm looking at Page 41 of Mastering CMake 4th edition. I'll try to get this figured out for you, if you like. --Sam --- On Thu, 9/18/08, Mike Jackson <[EMAIL PROTECTED]> wrote: > From: Mike Jackson <[EMAIL PROTECTED]> > Subject: [CMake] Help with R

[CMake] Help with REGEX expression

2008-09-18 Thread Mike Jackson
I am trying to parse out the OS Version from the following: /Developer/SDKs/MacOSX10.5.sdk /Developer/SDKs/MacOSX10.4u.sdk /Developer/SDKs/MacOSX10.3.9.sdk I only need the 10.5, 10.4 or 10.3 so I can compare it against another number (10.x or even 11.x). I have no idea where to start with t