summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-02-14 13:41:21 -0800
committerBrad King <brad.king@kitware.com>2019-02-15 06:41:32 -0500
commitfd86a4de04d10334f061570c6c0fcc21e18f9322 (patch)
tree7f684c30c52f190b960f8bef2c90183b7a1d0a33
parent6f23321d405930241fa431cfda7650f2993f0c19 (diff)
downloadcmake-fd86a4de04d10334f061570c6c0fcc21e18f9322.tar.gz
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.
-rw-r--r--Modules/FindLibXml2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLibXml2.cmake b/Modules/FindLibXml2.cmake
index 1a2af16112..47c0e7907d 100644
--- a/Modules/FindLibXml2.cmake
+++ b/Modules/FindLibXml2.cmake
@@ -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