When building h3 with options ENABLE_FORMAT or ENABLE_LINTING to OFF, we expect no warning because it is a user decision.
But the code today will trigger a warning like clang-format was not detected, so automatic source code reformatting is disabled which is incorrect (the user just decided not to use formating, clang-format is potentially available, we don't expect a warning)
When building h3 with options ENABLE_FORMAT or ENABLE_LINTING to OFF, we expect no warning because it is a user decision.
But the code today will trigger a warning like
clang-format was not detected, so automatic source code reformatting is disabledwhich is incorrect (the user just decided not to use formating,clang-formatis potentially available, we don't expect a warning)