summaryrefslogtreecommitdiffstats
path: root/Modules/FindLibXml2.cmake
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-02-14 21:41:21 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-15 11:41:32 (GMT)
commitfd86a4de04d10334f061570c6c0fcc21e18f9322 (patch)
tree7f684c30c52f190b960f8bef2c90183b7a1d0a33 /Modules/FindLibXml2.cmake
parent6f23321d405930241fa431cfda7650f2993f0c19 (diff)
downloadCMake-fd86a4de04d10334f061570c6c0fcc21e18f9322.zip
CMake-fd86a4de04d10334f061570c6c0fcc21e18f9322.tar.gz
CMake-fd86a4de04d10334f061570c6c0fcc21e18f9322.tar.bz2
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.
Diffstat (limited to 'Modules/FindLibXml2.cmake')
-rw-r--r--Modules/FindLibXml2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLibXml2.cmake b/Modules/FindLibXml2.cmake
index 1a2af16..47c0e79 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