Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When enable smpi f2c is mandatory.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2011 10:36:20 +0000 (10:36 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2011 10:36:20 +0000 (10:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9867 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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)
                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
 endif(HAVE_F2C_H)
\ No newline at end of file