X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36be502e3e8faf5cd2867b3a8f71b1532970666d..10060b29239752f70a1a5a3a514d3f491b7acc57:/tools/cmake/Modules/FindGraphviz.cmake diff --git a/tools/cmake/Modules/FindGraphviz.cmake b/tools/cmake/Modules/FindGraphviz.cmake index 5e80fa4778..25aa03fb35 100644 --- a/tools/cmake/Modules/FindGraphviz.cmake +++ b/tools/cmake/Modules/FindGraphviz.cmake @@ -39,5 +39,5 @@ message(STATUS "Looking for graphviz") if(HAVE_GRAPHVIZ) message(STATUS "Looking for graphviz - found") else() - message(STATUS "Looking for graphviz - not found") + message(STATUS "Looking for graphviz - not found (try installing libgraphviz-dev)") endif()