mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-18 12:41:40 -06:00
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.