[mlpack-svn] r10216 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 9 14:25:45 EST 2011


Author: rcurtin
Date: 2011-11-09 14:25:45 -0500 (Wed, 09 Nov 2011)
New Revision: 10216

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
No more contrib/.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2011-11-09 19:25:24 UTC (rev 10215)
+++ mlpack/trunk/CMakeLists.txt	2011-11-09 19:25:45 UTC (rev 10216)
@@ -13,7 +13,6 @@
 find_package(Armadillo 2.0.0 REQUIRED)
 find_package(LibXml2 REQUIRED)
 
-
 # libxml2 requires some special handling
 find_package(PkgConfig)
 
@@ -95,5 +94,3 @@
 
 ## recurse
 add_subdirectory(src/mlpack) # mlpack
-add_subdirectory(src/contrib) # mlpack_contrib
-#add_subdirectory(physpack) # physpack  ## do not build by default




More information about the mlpack-svn mailing list