From dae7f065d4bcc8fb2bb2dfe80d6251ca66994d88 Mon Sep 17 00:00:00 2001 From: Armin Berres Date: Mon, 5 Jan 2009 14:40:27 +0000 Subject: [PATCH] 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 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)