mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
FindLibXml2: Document LibXml2_FOUND as preferred case
Both `LIBXML2_FOUND` and `LibXml2_FOUND` are provided but the modern convention is to use the case that matches the module name.
This commit is contained in:
committed by
Brad King
parent
6f23321d40
commit
fd86a4de04
@@ -18,7 +18,7 @@ Result variables
|
||||
|
||||
This module will set the following variables in your project:
|
||||
|
||||
``LIBXML2_FOUND``
|
||||
``LibXml2_FOUND``
|
||||
true if libxml2 headers and libraries were found
|
||||
``LIBXML2_INCLUDE_DIR``
|
||||
the directory containing LibXml2 headers
|
||||
|
||||
Reference in New Issue
Block a user