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 386a03b commit 27c4a2aCopy full SHA for 27c4a2a
llvm/cmake/config-ix.cmake
@@ -218,6 +218,7 @@ if(LLVM_ENABLE_LIBXML2)
218
if(LibXml2_FOUND)
219
# Check if libxml2 we found is usable; for example, we may have found a 32-bit
220
# library on a 64-bit system which would result in a link-time failure.
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})
0 commit comments