mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
As reported in the BUG #22524, mismatched parenthesis reported differently for `while()` and `if()`. The problem was in the double loop (over "handlers" and the arguments), where the outer loop didn't check the result of the running handler.