Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display auto_option hint in all cases (#10762)
This takes the HINT added by @dragon512 a step further. The cases are as follows: - feature enabled, option enabled: hints how to disable - feature enabled, option disabled: no hint, something broke - feature disabled, option enabled (AUTO): hints how to require - feature disabled, option disabled: hints how to enable I made a distinction between enabling and requiring. If the option is set to AUTO, it is already enabled, in some sense. If the user sets an option to ON, the user is requiring that the corresponding feature must be turned on, and should expect an error if a dependency is missing.
- Loading branch information