X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36be502e3e8faf5cd2867b3a8f71b1532970666d..7443f247a00f13393a24db9c3394865d95c3c934:/tools/cmake/Modules/FindGraphviz.cmake diff --git a/tools/cmake/Modules/FindGraphviz.cmake b/tools/cmake/Modules/FindGraphviz.cmake index 5e80fa4778..57f6771ea8 100644 --- a/tools/cmake/Modules/FindGraphviz.cmake +++ b/tools/cmake/Modules/FindGraphviz.cmake @@ -31,6 +31,9 @@ else() endif() mark_as_advanced(HAVE_GRAPHVIZ) +mark_as_advanced(HAVE_CGRAPH_H) +mark_as_advanced(HAVE_CGRAPH_LIB) +mark_as_advanced(HAVE_CDT_LIB) unset(HAVE_CGRAPH_H) unset(HAVE_CGRAPH_LIB) unset(HAVE_CDT_LIB) @@ -39,5 +42,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()