diff options
author | Vadim Zhukov <persgray@gmail.com> | 2017-07-10 22:43:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-14 15:25:10 (GMT) |
commit | a1b3886556c0c052983fc2c9299f121c04a56b93 (patch) | |
tree | 87fbac9e3fecfbf963ded772169d298c1d0f6f57 /Help/guide/tutorial/Step8/MathFunctions/MakeTable.cxx | |
parent | fc58819150a126d87bf17ad812bb6f62f28ae42b (diff) | |
download | CMake-a1b3886556c0c052983fc2c9299f121c04a56b93.zip CMake-a1b3886556c0c052983fc2c9299f121c04a56b93.tar.gz CMake-a1b3886556c0c052983fc2c9299f121c04a56b93.tar.bz2 |
FindLibXml2: Switch to standard module variable names
* LIBXML2_INCLUDE_DIR talks about libxml2 itself;
* LIBXML2_INCLUDE_DIRS lists also include directories coming from
libxml2's dependencies and is what libxml2 users should use;
* LIBXML2_LIBRARY talks about libxml2 itself;
* LIBXML2_LIBRARIES is what libxml2 users should link to.
This commit doesn't break existing users of FindLibXml2.cmake,
but provides the way for correct behaviour in future. In particular,
on OpenBSD LIBXML2_INCLUDE_DIR resolves to /usr/local/include/libxml2,
while libiconv (an libxml2 dependency) puts iconv.h
in /usr/local/include, which is not picked up automatically.
Diffstat (limited to 'Help/guide/tutorial/Step8/MathFunctions/MakeTable.cxx')
0 files changed, 0 insertions, 0 deletions