diff options
author | Brad King <brad.king@kitware.com> | 2019-02-15 12:44:27 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-15 12:44:34 (GMT) |
commit | 029abf9733e15bdecfc166a0ca7ec8c384104adb (patch) | |
tree | 23b2dd703cf78801e055fba58262a13e322328aa /Modules | |
parent | 3bc2fb55b46cb7daebe92bad3a5e6e9426af28b5 (diff) | |
parent | fd86a4de04d10334f061570c6c0fcc21e18f9322 (diff) | |
download | CMake-029abf9733e15bdecfc166a0ca7ec8c384104adb.zip CMake-029abf9733e15bdecfc166a0ca7ec8c384104adb.tar.gz CMake-029abf9733e15bdecfc166a0ca7ec8c384104adb.tar.bz2 |
Merge topic 'FindLibXml2'
fd86a4de04 FindLibXml2: Document LibXml2_FOUND as preferred case
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2970
Diffstat (limited to 'Modules')
-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 |