From: Augustin Degomme Date: Wed, 31 Oct 2012 14:50:39 +0000 (+0100) Subject: do not fail when building smpi without f2c, as it is now possible X-Git-Tag: v3_9_rc1~91^2~132^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bcd85ff340028f23723c6203c2985fa55e9d3217 do not fail when building smpi without f2c, as it is now possible --- diff --git a/buildtools/Cmake/Modules/FindF2c.cmake b/buildtools/Cmake/Modules/FindF2c.cmake index 69e519f9a7..81cffee36b 100644 --- a/buildtools/Cmake/Modules/FindF2c.cmake +++ b/buildtools/Cmake/Modules/FindF2c.cmake @@ -66,11 +66,7 @@ mark_as_advanced(HAVE_F2C_LIB) if(HAVE_F2C_H) include_directories(${HAVE_F2C_H}) else() - if(WIN32) message("-- Fortran for smpi is not installed (http://www.netlib.org/f2c/).") - else() - message(FATAL_ERROR "You should install f2c before use smpi.") - endif() endif() set(SMPI_F2C 0)