[CMake] Parentheses in conditionals

2008-06-26 Thread Ken Martin
I just checked in a change for feature request #6191, you can now (in CVS CMake) use parentheses in if and while command conditionals. E.g. if (2 GREATER 1 AND (4 LESS 3 OR 5 LESS 6) AND NOT (7 GREATER 8)) message() endif() evaluation of parenthetical groups has the highest order of

Re: [CMake] Parentheses in conditionals

2008-06-26 Thread Pau Garcia i Quiles
Quoting Ken Martin [EMAIL PROTECTED]: Cool, thanks! I just checked in a change for feature request #6191, you can now (in CVS CMake) use parentheses in if and while command conditionals. E.g. if (2 GREATER 1 AND (4 LESS 3 OR 5 LESS 6) AND NOT (7 GREATER 8)) message() endif() evaluation

Re: [CMake] Parentheses in conditionals

2008-06-26 Thread Alexander Neundorf
On Thursday 26 June 2008, Pau Garcia i Quiles wrote: Quoting Ken Martin [EMAIL PROTECTED]: Cool, thanks! Nothing to add, cool :-) Alex ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake