Browse Source

BUG: Add QUIET option to FIND_PACKAGE( Doxygen ) in Documentation/CMakeLists.txt

That will avoid to print the unwanted message:
Could NOT find Doxygen  (missing:  DOXYGEN_EXECUTABLE)

The following custom message should be displayed instead:

"Warning: Dot not found - Documentation will not be created"
Jean-Christophe Fillion-Robin 15 years ago
parent
commit
b74be0f789
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/CMakeLists.txt

+ 1 - 1
Documentation/CMakeLists.txt

@@ -1,4 +1,4 @@
-FIND_PACKAGE( Doxygen )
+FIND_PACKAGE( Doxygen QUIET)
 
 IF( DOXYGEN_FOUND )
   IF( DOXYGEN_DOT_FOUND )