1diff --color -ur a/CMakeLists.txt b/CMakeLists.txt
2--- a/CMakeLists.txt 2022-06-02 02:57:01.503340155 +0300
3+++ b/CMakeLists.txt 2022-06-02 02:54:33.726941188 +0300
4@@ -378,7 +378,7 @@
5 # So, try first to find the CMake module provided by libxml2 package, then fallback
6 # on the CMake's FindLibXml2.cmake module (which can lack some definition, especially
7 # in static build case).
8- find_package(LibXml2 QUIET NO_MODULE)
9+ find_package(LibXml2 QUIET MODULE)
10 if(DEFINED LIBXML2_VERSION_STRING)
11 set(LIBXML2_FOUND ON)
12 set(LIBXML2_INCLUDE_DIR ${LIBXML2_INCLUDE_DIRS})
13Seulement dans b: good.patch