Embed module dependency graph in Doxygen docs
[alexxy/gromacs.git] / docs / doxygen / generateGraphs.cmake
index 3006e4a83031d04ef692230abdd2e23f24883c9f..b451c9728164d2c2b35fc1b5b94e6b7eaca1c663 100644 (file)
@@ -33,7 +33,6 @@
 # the research papers on the package. Check out http://www.gromacs.org.
 
 if (DOT_EXECUTABLE)
-    message("Running dot...")
     file(GLOB DOT_INPUT_FILES ${GRAPHDIR}/*.dot)
     execute_process(COMMAND ${DOT_EXECUTABLE} -Tpng -O ${DOT_INPUT_FILES})
 endif()