From 91c79f46a7f91035684df9c2e09ad47c9ecddb28 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 9 May 2020 13:45:51 +0200 Subject: [PATCH] Fix WITH_DOT --- cmake_templates/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 917c0e9d348..b1803547b42 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -2143,7 +2143,7 @@ PERL_PATH = /usr/bin/env perl # powerful graphs. # The default value is: YES. -CLASS_DIAGRAMS = @HAVE_DOT@ +CLASS_DIAGRAMS = @WITH_DOT@ # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: @@ -2174,7 +2174,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = @HAVE_DOT@ +HAVE_DOT = @WITH_DOT@ # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of