Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove test for cmake 2.8 it fails the first time
[simgrid.git] / buildtools / Cmake / Modules / FindF2c.cmake
index a6389a9..3b3ff57 100644 (file)
@@ -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