Re: [CMake] Operator Precedence

2012-03-12 Thread Michael Hertling
On 03/12/2012 07:32 PM, Robert Dailey wrote: > What is the precedence for logical operators (specifically in IF > conditions)? > > Consider: STREQUAL, AND, OR (plus any others) Documentation of IF(): "...there is a traditional order of precedence. Parenthetical expressions are evaluated first fo

[CMake] Operator Precedence

2012-03-12 Thread Robert Dailey
What is the precedence for logical operators (specifically in IF conditions)? Consider: STREQUAL, AND, OR (plus any others) Thanks in advance. - Robert Dailey -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html P