You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct message level for cppcheck fallback standard
We provide no way to explicitly and separately (without changing
`CMAKE_<LANG>_STANDARD`) specify what standard cppcheck should use. Therefore,
when cppcheck fallbacking to use the default standard, the corresponding cmake
message should be `STATUS` instead of `${WARNING_MESSAGE}` which fails
the compilation when `WARNINGS_AS_ERRORS`.
0 commit comments