aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Armin Berres <armin@space-based.de>2009-01-05 14:40:27 +0000
committerGravatar Armin Berres <armin@space-based.de>2009-01-05 14:40:27 +0000
commitdae7f065d4bcc8fb2bb2dfe80d6251ca66994d88 (patch)
tree313e7983ffa50a6f27eda34c5cdb6fdb660c2e50 /test
parentab660a4d29c0c32c1d7040d3a3852cbc47aecb12 (diff)
didn't meant to commit the fortran check. but anyway, unfortunately it doesn't work the way iot should. the test fails and cmake will terminate if it doesn't find a fortran compiler
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index e82170caa..326965c23 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -27,7 +27,7 @@ else(CHOLMOD_FOUND)
endif(CHOLMOD_FOUND)
if(NOT MSVC)
-# enable_language(Fortran OPTIONAL)
+ enable_language(Fortran OPTIONAL)
endif(NOT MSVC)
find_package(Umfpack)