[mlpack-svn] r11997 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sun Mar 25 14:23:22 EDT 2012


Author: rcurtin
Date: 2012-03-25 14:23:22 -0400 (Sun, 25 Mar 2012)
New Revision: 11997

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Require version of libxml2 to be at least 2.6.0 (which is dated late 2003... so
it shouldn't be a problem for people to have it).


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-03-25 18:13:50 UTC (rev 11996)
+++ mlpack/trunk/CMakeLists.txt	2012-03-25 18:23:22 UTC (rev 11997)
@@ -87,7 +87,7 @@
       "${ARMADILLO_LIBRARIES};${BLAS_LIBRARY};${LAPACK_LIBRARY}")
 endif (WIN32)
 
-find_package(LibXml2 REQUIRED)
+find_package(LibXml2 2.6.0 REQUIRED)
 
 # On Windows, LibXml2 has a couple dependencies and we want to make sure they
 # exist.  We don't need the include directory, so we just use a find_library




More information about the mlpack-svn mailing list