BayesNet/CMakeGraphVizOptions.cmake

5 lines
142 B
CMake
Raw Normal View History

# Set the default graph title
set(GRAPHVIZ_GRAPH_NAME "BayesNet dependency graph")
set(GRAPHVIZ_SHARED_LIBS OFF)
set(GRAPHVIZ_STATIC_LIBS ON)