Keep CMake quiet about non-detection of optional stuff
[alexxy/gromacs.git] / doxygen / CMakeLists.txt
index 632f64bbb651f5046fe56fa080b6dd09d2ff6729..cf395c3a42092e9f60afa41137bc5ba43ac2e4e8 100644 (file)
@@ -34,7 +34,7 @@
 
 include(gmxOptionUtilities)
 
-find_package(Doxygen)
+find_package(Doxygen QUIET)
 if (DOXYGEN_FOUND)
     # This logic closely follows that found in FindDoxygen.cmake for dot,
     # except that the PATH variable is not cached.