From: maier Date: Mon, 5 Aug 2013 10:16:10 +0000 (+0000) Subject: CMake: Be quiet X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347667f9618d001d5ef618d77826c806e3e07cda;p=dealii-svn.git CMake: Be quiet git-svn-id: https://svn.dealii.org/trunk@30220 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/CMakeLists.txt b/deal.II/doc/CMakeLists.txt index eeb7064928..8e63586481 100644 --- a/deal.II/doc/CMakeLists.txt +++ b/deal.II/doc/CMakeLists.txt @@ -15,11 +15,6 @@ ## --------------------------------------------------------------------- -# -# Required packages for the document generation: -# -FIND_PACKAGE(Perl) -FIND_PACKAGE(Doxygen) # @@ -27,6 +22,12 @@ FIND_PACKAGE(Doxygen) # IF(DEAL_II_COMPONENT_DOCUMENTATION) + # + # Required packages for the document generation: + # + FIND_PACKAGE(Perl) + FIND_PACKAGE(Doxygen) + # # Do we have all necessary dependencies? #