3 Commits

Author SHA1 Message Date
tamasmeszaros
c15501bf8a Re-add a fixed version of FindEXPAT.cmake to fix wxWidgets build
Without this, wxWidgets will use the CMake default FindEXPAT which will not find our static expat correctly. This wrapper will do a config search first and always define EXPAT::EXPAT to point to the found library.
2023-12-22 13:37:21 +01:00
tamasmeszaros
71aca4f448 Fix problems with finding libexpat
fixes #9581
fixes #10390
2023-12-14 17:27:34 +01:00
tamasmeszaros
e50a408e2e Use upstream expat, remove duplication in deps and src
Fix clash of builtin findEXPAT with config scripts
2022-04-04 12:43:25 +02:00