mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -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.
4.5 KiB
4.5 KiB