Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use {include,link}_directories for Find{F2C,Graphviz,Lua51} too.
[simgrid.git] / buildtools / Cmake / Modules / FindF2c.cmake
index a6389a9..29ad563 100644 (file)
@@ -61,10 +61,7 @@ mark_as_advanced(F2C_EXE)
 mark_as_advanced(HAVE_F2C_LIB)
 
 if(HAVE_F2C_H)
-   string(REGEX MATCH "-I${HAVE_F2C_H} " operation "${CMAKE_C_FLAGS}")
-   if(NOT operation)
-               SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}-I${HAVE_F2C_H} ")
-   endif(NOT operation)
+  include_directories(${HAVE_F2C_H})
 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