]> granicus.if.org Git - clang/commitdiff
Fix capitalization of LibXml2 for CMake on case-sensitive file systems
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Aug 2012 20:42:31 +0000 (20:42 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Aug 2012 20:42:31 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161445 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 9bfc3a4bc6bd0de7599693d6723dfd3f85fb53ff..2f4fa1cb5d7aa12c925a0a3910544c8691687473 100644 (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