[mlpack-svn] r11835 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Mar 12 15:35:25 EDT 2012


Author: rcurtin
Date: 2012-03-12 15:35:25 -0400 (Mon, 12 Mar 2012)
New Revision: 11835

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Require FORTRAN because FindLAPACK requires FORTRAN.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-03-12 19:26:40 UTC (rev 11834)
+++ mlpack/trunk/CMakeLists.txt	2012-03-12 19:35:25 UTC (rev 11835)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
-project(mlpack C CXX)
+project(mlpack C CXX FORTRAN)
 
 # First, define all the compilation options.
 # We default to debugging mode for developers.




More information about the mlpack-svn mailing list