mirror of https://github.com/CGAL/cgal
do not pollute CI with useless warnings/errors
This commit is contained in:
parent
3f434a21e3
commit
bb0b1aa6bb
|
|
@ -354,6 +354,10 @@ configure_file(${CGAL_DOC_RESOURCE_DIR}/BaseDoxyfile.in
|
||||||
|
|
||||||
set(CGAL_DOC_DOXY_DEFAULT "${CGAL_DOC_DXY_DIR}/BaseDoxyfile")
|
set(CGAL_DOC_DOXY_DEFAULT "${CGAL_DOC_DXY_DIR}/BaseDoxyfile")
|
||||||
|
|
||||||
|
if (BE_QUIET)
|
||||||
|
file(APPEND ${CGAL_DOC_DOXY_DEFAULT} "WARN_LOGFILE=doxygen.log\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
# pkglist_filter gets the path to the pkglist_filter of this source
|
# pkglist_filter gets the path to the pkglist_filter of this source
|
||||||
# directory.
|
# directory.
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|
|
||||||
|
|
@ -1052,7 +1052,7 @@ You must disable CGAL_ENABLE_CHECK_HEADERS.")
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND
|
COMMAND
|
||||||
"${CMAKE_COMMAND}" -DCGAL_BUILD_THREE_DOC=TRUE
|
"${CMAKE_COMMAND}" -DCGAL_BUILD_THREE_DOC=TRUE
|
||||||
-DDOXYGEN_EXECUTABLE=${DOXYGEN_EXECUTABLE}
|
-DDOXYGEN_EXECUTABLE=${DOXYGEN_EXECUTABLE} -DBE_QUIET=TRUE -DDOXYGEN_QUIET=TRUE
|
||||||
"${CGAL_SOURCE_DIR}/Documentation/doc"
|
"${CGAL_SOURCE_DIR}/Documentation/doc"
|
||||||
WORKING_DIRECTORY "${DOC_DIR}")
|
WORKING_DIRECTORY "${DOC_DIR}")
|
||||||
execute_process(
|
execute_process(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue