From 0b0f0db434e98250b136416221909e64ead35073 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 4 Oct 2024 10:39:19 -0700 Subject: [PATCH] i#7013 build failure: Remove DOT_TRANSPARENT from Doxyfile.in This causes the error CMake Error at /tmp/dynamorio/drmemory/docs/CMake_doxyfile.cmake:256 (message): /usr/bin/doxygen -u failed: This tag has been removed. Tested: $ make htmldocs Issue #7013 --- docs/Doxyfile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 81424bf6..0d3fb19d 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -240,7 +240,6 @@ DOT_IMAGE_FORMAT = png DOT_PATH = DOTFILE_DIRS = MAX_DOT_GRAPH_DEPTH = 1000 -DOT_TRANSPARENT = NO DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = YES