Преглед изворни кода

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_DOT_FOUND )