diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-02-14 21:41:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-15 11:41:32 (GMT) |
commit | fd86a4de04d10334f061570c6c0fcc21e18f9322 (patch) | |
tree | 7f684c30c52f190b960f8bef2c90183b7a1d0a33 /Modules/FindLibXml2.cmake | |
parent | 6f23321d405930241fa431cfda7650f2993f0c19 (diff) | |
download | CMake-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.cmake | 2 |
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 |