Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
606 B
Diff
13 lines
606 B
Diff
diff --color -ur a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt 2022-06-02 02:57:01.503340155 +0300
|
|
+++ b/CMakeLists.txt 2022-06-02 02:54:33.726941188 +0300
|
|
@@ -378,7 +378,7 @@
|
|
# So, try first to find the CMake module provided by libxml2 package, then fallback
|
|
# on the CMake's FindLibXml2.cmake module (which can lack some definition, especially
|
|
# in static build case).
|
|
- find_package(LibXml2 QUIET NO_MODULE)
|
|
+ find_package(LibXml2 QUIET MODULE)
|
|
if(DEFINED LIBXML2_VERSION_STRING)
|
|
set(LIBXML2_FOUND ON)
|
|
set(LIBXML2_INCLUDE_DIR ${LIBXML2_INCLUDE_DIRS})
|
|
Seulement dans b: good.patch
|