[mlpack-svn] r13941 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 28 15:48:39 EST 2012


Author: rcurtin
Date: 2012-11-28 15:48:39 -0500 (Wed, 28 Nov 2012)
New Revision: 13941

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Add option to compile MATLAB bindings.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-11-27 21:00:26 UTC (rev 13940)
+++ mlpack/trunk/CMakeLists.txt	2012-11-28 20:48:39 UTC (rev 13941)
@@ -6,6 +6,7 @@
 option(DEBUG "Compile with debugging information" ON)
 option(PROFILE "Compile with profiling information" ON)
 option(ARMA_EXTRA_DEBUG "Compile with extra Armadillo debugging symbols." OFF)
+option(MATLAB_BINDINGS "Compile MATLAB bindings if MATLAB is found." OFF)
 
 # This is as of yet unused.
 #option(PGO "Use profile-guided optimization if not a debug build" ON)




More information about the mlpack-svn mailing list