Fix capitalization of LibXml2 for CMake on case-sensitive file systems

llvm-svn: 161445
This commit is contained in:
Douglas Gregor 2012-08-07 20:42:31 +00:00
parent 29536fcbd5
commit 06228f273a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ endif ()
# libxml2 is an optional dependency, required only to run validation
# tests on XML output.
find_package(libxml2)
find_package(LibXml2)
configure_file(
${CLANG_SOURCE_DIR}/include/clang/Config/config.h.cmake