mirror of https://github.com/CGAL/cgal
doc bugfix: when releasing the doc, do not generate the bug list
This commit is contained in:
parent
e72b56d6ad
commit
2dcd7242a2
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue