X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/359e5f78deb09f53d88e0055e97ded73fef5486d..5519309e40fb5fb223a26cb1037a47046878996f:/buildtools/Cmake/Modules/FindF2c.cmake 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