Skip to content
  • Brad King's avatar
    cmMessageCommand: Remove extra layer of parentheses · 51565abe
    Brad King authored
    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
    51565abe