From: Douglas Gregor Date: Tue, 7 Aug 2012 20:42:31 +0000 (+0000) Subject: Fix capitalization of LibXml2 for CMake on case-sensitive file systems X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62d20a75f522e1a7a0f4ce895ea9be812b48b2ce;p=clang Fix capitalization of LibXml2 for CMake on case-sensitive file systems git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161445 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bfc3a4bc6..2f4fa1cb5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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