Skip to content

Commit

Permalink
Remove unnecessary copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Mar 15, 2023
1 parent c2d9efc commit 3f702da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ if (BUILD_WITH_GRAPHVIZ)
COMMAND cp ${CMAKE_SOURCE_DIR}/cmake/CMakeGraphVizOptions.cmake .
COMMAND ${CMAKE_COMMAND} "--graphviz=${GRAPHVIZ_GRAPH_NAME}.dot" .
COMMAND dot -Tpng ${GRAPHVIZ_GRAPH_NAME}.dot -o ${GRAPHVIZ_GRAPH_NAME}.png
COMMAND cp ${GRAPHVIZ_GRAPH_NAME}.png ${CMAKE_SOURCE_DIR}/build
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
)
endif()

0 comments on commit 3f702da

Please sign in to comment.