mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
b41a548d86
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.