From 8b22e481276085c91ba3a04dc1fe86cee27cab2d Mon Sep 17 00:00:00 2001
From: Joerg Stelzer <joerg.stelzer@cern.ch>
Date: Mon, 25 Feb 2019 14:48:12 +0100
Subject: [PATCH] Fix graphviz base path to pick up the dot program from LCG

Details in ATLINFR-2883
---
 Projects/WorkDir/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Projects/WorkDir/Doxyfile.in b/Projects/WorkDir/Doxyfile.in
index 8b4f83debe5..4f86f96918a 100644
--- a/Projects/WorkDir/Doxyfile.in
+++ b/Projects/WorkDir/Doxyfile.in
@@ -17,5 +17,5 @@ RECURSIVE              = YES
 SOURCE_BROWSER         = YES
 INLINE_SOURCES         = YES
 GENERATE_LATEX         = NO
-DOT_PATH               = @GRAPHVIZ_DIR@/bin
+DOT_PATH               = @GRAPHVIZ_LCGROOT@/bin
 HAVE_DOT               = YES
-- 
GitLab