Преглед на файлове

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 )