mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
51565abe79
The logic checking `CMAKE_WARN_DEPRECATED` contained an unnecessary layer of parentheses. The condition is of the form `!IsSet || IsOn` which is correct because the documentation says that the behavior is enabled unless the variable is explicitly set to a false value. Issue: #19610
4.5 KiB
4.5 KiB