Skip to content

Commit 6ca1591

Browse files
committed
[CMake] Fix find_package for libXml2 on case sensitive filesystems.
1 parent d2e1f09 commit 6ca1591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ find_package(PythonInterp REQUIRED)
926926
#
927927

928928
if(LLVM_ENABLE_LIBXML2)
929-
find_package(Libxml2 REQUIRED)
929+
find_package(LibXml2 REQUIRED)
930930
else()
931931
find_package(LibXml2)
932932
endif()

0 commit comments

Comments
 (0)