diff options
author | Brad King <brad.king@kitware.com> | 2014-02-11 14:16:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-02-11 14:16:02 (GMT) |
commit | a12dd791dd32944f52ef5e1078a2e3a8eec2a8a1 (patch) | |
tree | c05d0b0544155217cfb856a96e955cc653fb2edb /Modules | |
parent | ab6231f37c5930f0baa3bc988160c7aefe260e20 (diff) | |
parent | 18bef4cd66e62b0cb167767f121e54161749c2f8 (diff) | |
download | CMake-a12dd791dd32944f52ef5e1078a2e3a8eec2a8a1.zip CMake-a12dd791dd32944f52ef5e1078a2e3a8eec2a8a1.tar.gz CMake-a12dd791dd32944f52ef5e1078a2e3a8eec2a8a1.tar.bz2 |
Merge topic 'graphviz-one-file'
18bef4cd graphviz: allow to disable per target graphs (#14746)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeGraphVizOptions.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index f2b8e59..64c89b9 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.<target>``. +# +# * Mandatory : NO +# * Default : TRUE +# +# .. variable:: GRAPHVIZ_GENERATE_DEPENDERS +# +# Set this to FALSE to exclude depender graphs ``foo.dot.<target>.dependers``. +# +# * Mandatory : NO +# * Default : TRUE #============================================================================= # Copyright 2007-2009 Kitware, Inc. |