Skip to content
  • Brad King's avatar
    Add parentheses around '&&' between '||' for gcc · b41a548d
    Brad King authored
    The GNU compiler warns about possible operator precedence mistakes and
    asks for explicit parentheses (-Wparentheses).  We add the parentheses
    to silence the warning.  This also fixes one real logic error in the
    find_package() implementation by correcting expression evaluation order.
    b41a548d