Sometimes users trying to compile OB face with problem of missing CML support. 
I think CML is one of most important formats, so I propose the next patch for 
CMakeLists.txt:

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt      (revision 4235)
+++ CMakeLists.txt      (working copy)
@@ -135,6 +135,9 @@
 
 # configure checks
 find_package(LibXml2)
+if(NOT LIBXML2_FOUND)
+  message(WARNING "libxml2 not found - disabling CML support!")
+endif()
 
 find_package(ZLIB)
 if(ZLIB_FOUND)




-- 
Regards,
Konstantin

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to