Переглянути джерело

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 роки тому
батько
коміт
b74be0f789
1 змінених файлів з 1 додано та 1 видалено
  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_FOUND )
   IF( DOXYGEN_DOT_FOUND )
   IF( DOXYGEN_DOT_FOUND )