The look and content of the generated graphs can be controlled using the file CMakeGraphVizOptions.cmake. This file is first searched in CMAKE_BINARY_DIR, and then in CMAKE_SOURCE_DIR.
it would be convenient if a project could define the GRAPHVIZ_* variables to adjust options and the CMakeGraphVizOptions.cmake file be created in the CMAKE_BINARY_DIR so it doesn't need to be committed to the repo (CMAKE_SOURCE_DIR)
according to the docs https://cmake.org/cmake/help/v3.17/module/CMakeGraphVizOptions.html#variables-specific-to-the-graphviz-support
it would be convenient if a project could define the
GRAPHVIZ_*
variables to adjust options and theCMakeGraphVizOptions.cmake
file be created in theCMAKE_BINARY_DIR
so it doesn't need to be committed to the repo (CMAKE_SOURCE_DIR
)