mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
d5014741c9
With CMP0128 OLD compiler extensions are enabled by default regardless of the
compiler's default.
Fix the test to always check for the extension flag as it was intended to.
Fixes: 4a0485be7f (cmStandardLevelResolver: Avoid
unnecessary flags, fix unset level logic, 2021-04-29)