From 2dcd7242a231da74fd5c0a5f856bf6d9d760c57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 23 Sep 2013 08:34:20 +0200 Subject: [PATCH] doc bugfix: when releasing the doc, do not generate the bug list --- Documentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt index d6ba30ab4cf..1af912009c0 100644 --- a/Documentation/CMakeLists.txt +++ b/Documentation/CMakeLists.txt @@ -32,6 +32,7 @@ function(configure_doxygen_package CGAL_PACKAGE_NAME) if (CGAL_DOC_RELEASE) file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "GENERATE_TODOLIST = NO\n") + file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "GENERATE_BUGLIST = NO\n") endif() file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "IMAGE_PATH = ${CGAL_PACKAGE_DIR}/doc/${CGAL_PACKAGE_NAME}/fig\n")