Skip to content

Commit

Permalink
Remove spaces from GraphViz file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Mar 16, 2023
1 parent 50c15b8 commit 390d10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CMakeGraphVizOptions.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(GRAPHVIZ_GRAPH_NAME "Pharo VM Dependencies")
set(GRAPHVIZ_GRAPH_NAME "Pharo_VM_Dependencies")
set(GRAPHVIZ_CUSTOM_TARGETS TRUE)
set(GRAPHVIZ_GENERATE_DEPENDERS OFF)
set(GRAPHVIZ_GENERATE_PER_TARGET OFF)
set(GRAPHVIZ_MODULE_LIBS OFF)
set(GRAPHVIZ_MODULE_LIBS OFF)

0 comments on commit 390d10b

Please sign in to comment.