Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / buildtools / Cmake / Modules / FindF2c.cmake
index 5736d3c..2c32af8 100644 (file)
@@ -38,22 +38,22 @@ if(HAVE_F2C_H)
 set(HAVE_SMPI_F2C_H 1)
 endif(HAVE_F2C_H)
 
-message("-- Looking for f2c.h")
+message(STATUS "Looking for f2c.h")
 if(HAVE_F2C_H)
-message("-- Looking for f2c.h - found")
+message(STATUS "Looking for f2c.h - found")
 else(HAVE_F2C_H)
-message("-- Looking for f2c.h - not found")
+message(STATUS "Looking for f2c.h - not found")
 endif(HAVE_F2C_H)
 
-message("-- Looking for lib f2c")
+message(STATUS "Looking for lib f2c")
 if(HAVE_F2C_LIB)
-message("-- Looking for lib f2c - found")
+message(STATUS "Looking for lib f2c - found")
 else(HAVE_F2C_LIB)
-message("-- Looking for lib f2c - not found")
+message(STATUS "Looking for lib f2c - not found")
 endif(HAVE_F2C_LIB)
 
 if(F2C_EXE)
-message("-- Found F2C: ${F2C_EXE}")
+message(STATUS "Found F2C: ${F2C_EXE}")
 endif(F2C_EXE)
 
 mark_as_advanced(HAVE_F2C_H)