Skip to content

Commit e6bc867

Browse files
committed
Fix typo
1 parent 27c4a2a commit e6bc867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if(LLVM_ENABLE_LIBXML2)
218218
if(LibXml2_FOUND)
219219
# Check if libxml2 we found is usable; for example, we may have found a 32-bit
220220
# library on a 64-bit system which would result in a link-time failure.
221-
message("LIBRARIES: ${LIBXML2_LIBRARIES"}")
221+
message("LIBRARIES: ${LIBXML2_LIBRARIES}")
222222
cmake_push_check_state()
223223
list(APPEND CMAKE_REQUIRED_INCLUDES ${LIBXML2_INCLUDE_DIRS})
224224
list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBXML2_LIBRARIES})

0 commit comments

Comments
 (0)