[PATCH] D42252: [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 09:49:31 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL322973: [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006 (authored by mgorny, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D42252?vs=130457&id=130641#toc
Repository:
rL LLVM
https://reviews.llvm.org/D42252
Files:
llvm/trunk/cmake/modules/LLVMConfig.cmake.in
Index: llvm/trunk/cmake/modules/LLVMConfig.cmake.in
===================================================================
--- llvm/trunk/cmake/modules/LLVMConfig.cmake.in
+++ llvm/trunk/cmake/modules/LLVMConfig.cmake.in
@@ -37,6 +37,8 @@
set(LLVM_ENABLE_ZLIB @LLVM_ENABLE_ZLIB@)
+set(LLVM_LIBXML2_ENABLED @LLVM_LIBXML2_ENABLED@)
+
set(LLVM_ENABLE_DIA_SDK @LLVM_ENABLE_DIA_SDK@)
set(LLVM_NATIVE_ARCH @LLVM_NATIVE_ARCH@)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42252.130641.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/a1781da2/attachment.bin>
More information about the llvm-commits
mailing list