X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75d2be17a779008190fd1adf120156537aca5dee..f28d984fb76ea5e45562168a2e67b60a8b1d0fb2:/buildtools/Cmake/Modules/FindF2c.cmake diff --git a/buildtools/Cmake/Modules/FindF2c.cmake b/buildtools/Cmake/Modules/FindF2c.cmake index 3b3ff577d7..29ad5635b3 100644 --- a/buildtools/Cmake/Modules/FindF2c.cmake +++ b/buildtools/Cmake/Modules/FindF2c.cmake @@ -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(FATAL_ERROR "You should install f2c before use smpi.") endif(HAVE_F2C_H) \ No newline at end of file