Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error for smpi.
[simgrid.git] / buildtools / Cmake / Modules / FindF2c.cmake
index bef6bbc..e73fcc4 100644 (file)
@@ -52,8 +52,11 @@ else(HAVE_F2C_LIB)
   message(STATUS "Looking for lib f2c - not found")
 endif(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}")
 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)
 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)
 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)