aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Armin Berres <armin@space-based.de>2009-01-05 14:35:07 +0000
committerGravatar Armin Berres <armin@space-based.de>2009-01-05 14:35:07 +0000
commitab660a4d29c0c32c1d7040d3a3852cbc47aecb12 (patch)
tree14a2c17035b0a3582c8fba26c6703bdd9e82c427 /test
parent986f301233469e7dcf6015c27e383b2777d70819 (diff)
inherit from ei_with_aligned_operator_new even with disabled vectorization
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 326965c23..e82170caa 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)