Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a script to detect the number of core.
[simgrid.git] / buildtools / Cmake / Modules / FindGraphviz.cmake
index fcb2ec5..5d89c8f 100644 (file)
@@ -154,51 +154,51 @@ endif(HAVE_CDT_LIB)
 
 mark_as_advanced(HAVE_GRAPHVIZ)
 
-message("-- Looking for agraph.h")
+message(STATUS "Looking for agraph.h")
 if(HAVE_AGRAPH_H)
-message("-- Looking for agraph.h - found")
+message(STATUS "Looking for agraph.h - found")
 else(HAVE_AGRAPH_H)
-message("-- Looking for agraph.h - not found")
+message(STATUS "Looking for agraph.h - not found")
 endif(HAVE_AGRAPH_H)
 
-message("-- Looking for cgraph.h")
+message(STATUS "Looking for cgraph.h")
 if(HAVE_CGRAPH_H)
-message("-- Looking for cgraph.h - found")
+message(STATUS "Looking for cgraph.h - found")
 else(HAVE_CGRAPH_H)
-message("-- Looking for cgraph.h - not found")
+message(STATUS "Looking for cgraph.h - not found")
 endif(HAVE_CGRAPH_H)
 
-message("-- Looking for graph.h")
+message(STATUS "Looking for graph.h")
 if(HAVE_GRAPH_H)
-message("-- Looking for graph.h - found")
+message(STATUS "Looking for graph.h - found")
 else(HAVE_GRAPH_H)
-message("-- Looking for graph.h - not found")
+message(STATUS "Looking for graph.h - not found")
 endif(HAVE_GRAPH_H)
 
-message("-- Looking for lib agraph")
+message(STATUS "Looking for lib agraph")
 if(HAVE_AGRAPH_LIB)
-message("-- Looking for lib agraph - found")
+message(STATUS "Looking for lib agraph - found")
 else(HAVE_AGRAPH_LIB)
-message("-- Looking for lib agraph - not found")
+message(STATUS "Looking for lib agraph - not found")
 endif(HAVE_AGRAPH_LIB)
 
-message("-- Looking for lib cgraph")
+message(STATUS "Looking for lib cgraph")
 if(HAVE_CGRAPH_LIB)
-message("-- Looking for lib cgraph - found")
+message(STATUS "Looking for lib cgraph - found")
 else(HAVE_CGRAPH_LIB)
-message("-- Looking for lib cgraph - not found")
+message(STATUS "Looking for lib cgraph - not found")
 endif(HAVE_CGRAPH_LIB)
 
-message("-- Looking for lib graph")
+message(STATUS "Looking for lib graph")
 if(HAVE_GRAPH_LIB)
-message("-- Looking for lib graph - found")
+message(STATUS "Looking for lib graph - found")
 else(HAVE_GRAPH_LIB)
-message("-- Looking for lib graph - not found")
+message(STATUS "Looking for lib graph - not found")
 endif(HAVE_GRAPH_LIB)
 
-message("-- Looking for lib cdt")
+message(STATUS "Looking for lib cdt")
 if(HAVE_CDT_LIB)
-message("-- Looking for lib cdt - found")
+message(STATUS "Looking for lib cdt - found")
 else(HAVE_CDT_LIB)
-message("-- Looking for lib cdt - not found")
+message(STATUS "Looking for lib cdt - not found")
 endif(HAVE_CDT_LIB)
\ No newline at end of file