Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / buildtools / Cmake / Modules / FindGFortran.cmake
index b15409e..ff01f17 100644 (file)
@@ -20,8 +20,10 @@ endif()
 
 set(SMPI_F90 0)
 if(GFORTRAN_EXE)
-  if(HAVE_MC)
-    message("-- Fortran 90 support for smpi is currently not compatible with model checking.")
+  if(NOT SMPI_F2C)
+    message("-- Fortran 90 support for smpi also needs f2c.")
+  #elseif(HAVE_MC)
+  #  message("-- Fortran 90 support for smpi is currently not compatible with model checking.")
   else()
     set(SMPI_F90 1)
   endif()