X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2851c17a93adcd3931c937b698b65f81400c6dc3..4fb1f678c8da43cdf1bfcc6108883ef2a4cea952:/buildtools/Cmake/Modules/FindF2c.cmake diff --git a/buildtools/Cmake/Modules/FindF2c.cmake b/buildtools/Cmake/Modules/FindF2c.cmake index bef6bbc9c5..e73fcc4c71 100644 --- a/buildtools/Cmake/Modules/FindF2c.cmake +++ b/buildtools/Cmake/Modules/FindF2c.cmake @@ -52,8 +52,11 @@ else(HAVE_F2C_LIB) message(STATUS "Looking for lib f2c - not found") endif(HAVE_F2C_LIB) +message(STATUS "Looking for bin f2c") if(F2C_EXE) message(STATUS "Found F2C: ${F2C_EXE}") +else(F2C_EXE) + message(STATUS "Looking for bin f2c - not found") endif(F2C_EXE) mark_as_advanced(HAVE_F2C_H) @@ -73,4 +76,4 @@ endif(HAVE_F2C_H) set(SMPI_F2C 0) if(HAVE_F2C_H AND F2C_EXE AND HAVE_F2C_LIB) set(SMPI_F2C 1) -endif(HAVE_F2C_H AND F2C_EXE AND HAVE_F2C_LIB) \ No newline at end of file +endif(HAVE_F2C_H AND F2C_EXE AND HAVE_F2C_LIB)