Remove FORTRAN from CMake configuration. Turns out we don't actually need it, and I never thought to check until now.

This commit is contained in:
Ryan Curtin
2011-02-14 16:20:26 +00:00
parent e5dd24ce06
commit c869844e0a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(FASTLIB C CXX Fortran)
project(FASTLIB C CXX)
## External Libraries
# ls /usr/share/cmake-2.6/Modules/Find* | \
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(MLPACK_CONTRIB C CXX Fortran)
project(MLPACK_CONTRIB C CXX)
# compiler flags
set(CMAKE_CXX_FLAGS "-g -Wall")
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(FASTLIB C CXX Fortran)
project(FASTLIB C CXX)
## External Libraries
# ls /usr/share/cmake-2.6/Modules/Find* | \
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(MLPACK C CXX Fortran)
project(MLPACK C CXX)
#find_package(BLAS REQUIRED)
#find_package(LAPACK REQUIRED)