Skip to content

Commit e8e19d4

Browse files
authored
Merge pull request #28504 from rjmansfield/master
[CMake] Fix find_package for libXml2 on case sensitive filesystems.
2 parents ff5741c + 6ca1591 commit e8e19d4

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)