As the docs say, the file CMakeGraphVizOptions.cmake
can control Graphviz by setting CMake variables. So what you were after is this:
set(GRAPHVIZ_GRAPH_HEADER "test")
As the docs say, the file CMakeGraphVizOptions.cmake
can control Graphviz by setting CMake variables. So what you were after is this:
set(GRAPHVIZ_GRAPH_HEADER "test")