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

This commit is contained in:
Armin Berres 2009-01-05 14:40:27 +00:00
parent ab660a4d29
commit dae7f065d4

View File

@ -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)