FindLibXml2: Add a LibXml2_USE_STATIC_LIBS hint

Add an option to search only for the static library.
This commit is contained in:
Keith Smiley
2025-12-04 17:27:57 +00:00
committed by Brad King
parent 3986f4b79e
commit 5f2f36f1ea
2 changed files with 28 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FindLibXml2-static
------------------
* The :module:`FindLibXml2` module gained a ``LibXml2_USE_STATIC_LIBS`` hint
to select static libraries.