Skip to content
  • Craig Scott's avatar
    cmTargetPropCommandBase: Restore ArgumentFlags enum value bool logic · dd3482f6
    Craig Scott authored
    The values of the cmTargetPropCommandBase::ArgumentFlags enum
    are combined in boolean OR and AND operations in various places.
    That used to be valid, but some values were added over time which did
    not preserve support for such boolean logic. Update the enum values
    such that they are increasing powers of 2 to restore that capability.
    
    Fixes: #24199
    dd3482f6