Skip to content
  • Brad King's avatar
    RC: Honor CMAKE_USER_MAKE_RULES_OVERRIDE · d2f20ab2
    Brad King authored
    Since the refactoring in commit 48f7e2d3 (Unhardcode the
    CMAKE_CONFIGURATION_TYPES values, 2017-11-27, v3.11.0-rc1~130^2~1),
    `CMAKE_BUILD_TYPE` is initialized while enabling the RC language.
    Therefore we need to honor `CMAKE_USER_MAKE_RULES_OVERRIDE`
    as part of enabling RC so that a `CMAKE_BUILD_TYPE_INIT` setting
    in the override file is honored.
    
    Fixes: #19401
    d2f20ab2