From: navarrop Date: Tue, 29 Mar 2011 10:36:20 +0000 (+0000) Subject: When enable smpi f2c is mandatory. X-Git-Tag: v3.6_beta2~107 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/75d2be17a779008190fd1adf120156537aca5dee When enable smpi f2c is mandatory. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9867 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Modules/FindF2c.cmake b/buildtools/Cmake/Modules/FindF2c.cmake index a6389a9c0a..3b3ff577d7 100644 --- a/buildtools/Cmake/Modules/FindF2c.cmake +++ b/buildtools/Cmake/Modules/FindF2c.cmake @@ -66,5 +66,5 @@ if(HAVE_F2C_H) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}-I${HAVE_F2C_H} ") endif(NOT operation) else(HAVE_F2C_H) - message(STATUS "Warning : You should install f2c before use smpi.") + message(FATAL_ERROR "You should install f2c before use smpi.") endif(HAVE_F2C_H) \ No newline at end of file