avoid treating libexpat build warnings as errors
this effectively overrides the CMAKE EXPAT_WARNINGS_AS_ERRORS to be treated as always OFF. since we currently add -Werror at the top-level CMakeLists.txt file, that variable was previously effectively always ON. Unless we want to be on the hook for solving libexpat build warnings, I believe this way will avoid unnecessary build breakages for users.develop
parent
57b4a419b3
commit
7cf055fcd0
Loading…
Reference in New Issue