https://github.com/Kitware/CMake
Revision 18bef4cd66e62b0cb167767f121e54161749c2f8 authored by Daniel Pfeifer on 09 February 2014, 21:58:44 UTC, committed by Brad King on 10 February 2014, 15:30:50 UTC
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.
1 parent 6abdc6c
Raw File
Tip revision: 18bef4cd66e62b0cb167767f121e54161749c2f8 authored by Daniel Pfeifer on 09 February 2014, 21:58:44 UTC
graphviz: allow to disable per target graphs (#14746)
Tip revision: 18bef4c
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top