We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bc867 commit befa424Copy full SHA for befa424
llvm/cmake/config-ix.cmake
@@ -221,7 +221,7 @@ if(LLVM_ENABLE_LIBXML2)
221
message("LIBRARIES: ${LIBXML2_LIBRARIES}")
222
cmake_push_check_state()
223
list(APPEND CMAKE_REQUIRED_INCLUDES ${LIBXML2_INCLUDE_DIRS})
224
- list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBXML2_LIBRARIES})
+ list(APPEND CMAKE_REQUIRED_LIBRARIES LibXml2::LibXml2 ${LIBXML2_LIBRARIES})
225
list(APPEND CMAKE_REQUIRED_DEFINITIONS ${LIBXML2_DEFINITIONS})
226
check_symbol_exists(xmlReadMemory libxml/xmlreader.h HAVE_LIBXML2)
227
cmake_pop_check_state()
0 commit comments