Procházet zdrojové kódy

REVERT: "COMP: Display a warning if doxygen is not found"

This reverts commit f2d87ddfb016bce034c8ef46396254875f4f3951.
Jean-Christophe Fillion-Robin před 14 roky
rodič
revize
6b63d73492
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      Documentation/CMakeLists.txt

+ 3 - 3
Documentation/CMakeLists.txt

@@ -59,8 +59,8 @@ IF( DOXYGEN_FOUND )
       )
     
   ELSE( DOXYGEN_DOT_FOUND )
-    MESSAGE( WARNING "Warning: Dot not found - Documentation will not be created")
+    MESSAGE( WARNING
+      "Warning: Dot not found - Documentation will not be created"
+      )
   ENDIF( DOXYGEN_DOT_FOUND )
-ELSE( DOXYGEN_FOUND )
-  MESSAGE( WARNING "Warning: Doxygen not found - Documentation will not be created")
 ENDIF( DOXYGEN_FOUND )