[expat] Fix a few details with expat. #13022
Conversation
|
That's what I thought this week, my PR #10326 rely on these changes! Very happy we already have this! Very appreciate for your effort! |
|
Hi @Neumann-A I also noticed that there are no updated for |
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Done. The patches are not required with the new |
NancyLi1013
left a comment
There was a problem hiding this comment.
It seems that you forget to remove ports/expat/fix-find-package-by-cmake.patch.
|
The regression on arm64-windows caused by |
already solved with 67ebee7 |
|
All features have finished testing.
Note: libmysql and libmariadb are incompatible.
|
|
LGTM now. Thanks for your hard work. @Neumann-A |
|
Thanks for your contribution! |
This reverts commit 732ad9f, reversing changes made to fde27d9. The bug fixed by H-uru#709 was fixed by microsoft/vcpkg#13022. The upstream fix renamed the target `expat::libexpat` to `expat::expat` but also fixed the expat finder.
|
oh, thanks for fixing this. Because of the MD/MT suffix stuff the bundled FindEXPAT module failed to find the library and I couldn't use the exported target because of ::libexpat (Windows) vs ::expat (others). So don't to wait now for 2.2.10 👍 |
closes #13012