X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d9b0b89d262961f5a594bfbcb7a1312bcbe43de..9fd6cbc6c3b06f4b09e3c3339ffb3cc8a68f9bfa:/tools/cmake/Modules/FindGraphviz.cmake?ds=sidebyside 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()