Skip to content

Commit

Permalink
Fixed libxml2 native library find
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Mar 9, 2021
1 parent 8eccdc9 commit 28a3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/LibXML2.cmake
Expand Up @@ -9,7 +9,7 @@
option(AGENT_USE_NATIVE_LIBXML2 "Use systems LibXML2" OFF)

if(UNIX AND AGENT_USE_NATIVE_LIBXML2)
find_package(LibXML2 REQUIRED)
find_package(LibXml2 REQUIRED)

if(NOT TARGET LibXml2::LibXml2)
add_library(LibXml2::LibXml2 SHARED IMPORTED)
Expand Down

0 comments on commit 28a3e2a

Please sign in to comment.