From 18bef4cd66e62b0cb167767f121e54161749c2f8 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sun, 9 Feb 2014 22:58:44 +0100 Subject: graphviz: allow to disable per target graphs (#14746) In CMakeGraphVizOptions.cmake, allow the options GRAPHVIZ_GENERATE_PER_TARGET and GRAPHVIZ_GENERATE_DEPENDERS to enable the generation of per target graphs and subgraphs respectively. Both options are TRUE per default to maintain current behavior. --- Modules/CMakeGraphVizOptions.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Modules/CMakeGraphVizOptions.cmake') diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index f2b8e59765..64c89b91d8 100644 --- a/Modules/CMakeGraphVizOptions.cmake +++ b/Modules/CMakeGraphVizOptions.cmake @@ -93,6 +93,20 @@ # # * Mandatory : NO # * Default : empty +# +# .. variable:: GRAPHVIZ_GENERATE_PER_TARGET +# +# Set this to FALSE to exclude per target graphs ``foo.dot.``. +# +# * Mandatory : NO +# * Default : TRUE +# +# .. variable:: GRAPHVIZ_GENERATE_DEPENDERS +# +# Set this to FALSE to exclude depender graphs ``foo.dot..dependers``. +# +# * Mandatory : NO +# * Default : TRUE #============================================================================= # Copyright 2007-2009 Kitware, Inc. -- cgit v1.2.1