瀏覽代碼

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 )