From: Matthias Maier Date: Thu, 20 Sep 2012 19:25:33 +0000 (+0000) Subject: Disable doxygen for a second... X-Git-Tag: v8.0.0~1079^2~752 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26553378b98cdda9255bf8ed0c1b1f25f9e2178;p=dealii.git Disable doxygen for a second... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/configure/configure_doxygen.cmake b/deal.II/contrib/cmake/configure/configure_doxygen.cmake index 6831e0713f..d0801e19ab 100644 --- a/deal.II/contrib/cmake/configure/configure_doxygen.cmake +++ b/deal.II/contrib/cmake/configure/configure_doxygen.cmake @@ -9,7 +9,8 @@ MACRO(FEATURE_DOXYGEN_FIND_EXTERNAL var) # We use doxygen and dot: # IF(DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND) - SET(${var} TRUE) + # Disable doxygen for the moment + # SET(${var} TRUE) ENDIF() ENDMACRO()