[cfe-commits] [PATCH] [CMake] Move libxml2 stuff from clang to llvm/cmake.

Michael Spencer bigcheesegs at gmail.com
Fri Dec 14 01:19:51 PST 2012



================
Comment at: llvm/cmake/config-ix.cmake:297
@@ -296,1 +296,3 @@
 
+find_package(LibXml2)
+if (LIBXML2_FOUND)
----------------
I wonder about this being in config-ix.cmake. It's not how it's generally done in CMake.


http://llvm-reviews.chandlerc.com/D170



More information about the cfe-commits mailing list