Skip to content

Commit 1b61c68

Browse files
committed
Set LLDB_ENABLE_LIBXML2 NO in Windows-x86_64 CMake cache
1 parent 22919a9 commit 1b61c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/caches/Windows-x86_64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ set(LLDB_ALLOW_STATIC_BINDINGS YES CACHE BOOL "")
7272
set(LLDB_USE_STATIC_BINDINGS YES CACHE BOOL "")
7373
set(LLDB_ENABLE_PYTHON YES CACHE BOOL "")
7474
set(LLDB_EMBED_PYTHON_HOME NO CACHE BOOL "")
75+
set(LLDB_ENABLE_LIBXML2 NO CACHE BOOL "")
7576

7677
# This requires perl which may not be available on Windows
7778
set(SWIFT_INCLUDE_DOCS NO CACHE BOOL "")

0 commit comments

Comments
 (0)