]> granicus.if.org Git - graphviz/commitdiff
mm2gv: CMake: remove now obsolete linking to pathplan
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 27 Aug 2021 07:22:21 +0000 (09:22 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 18:12:09 +0000 (20:12 +0200)
The mm2gv source files do not refer to pathplan explicitly and any
implicit references are now resolved by its dependencies themselves.

cmd/tools/CMakeLists.txt

index e22479ebce03670c28a5f49b0c8d157c0494e705..e81c86cf209df14707ea0387e81bccd20059e448 100644 (file)
@@ -349,7 +349,6 @@ target_link_libraries(mm2gv
     sparse
     cgraph
     gvc
-    pathplan
 )
 
 tool_defaults(mm2gv)