]> granicus.if.org Git - graphviz/commitdiff
gml2gv: remove useless linking to ingraphs
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 29 Aug 2021 15:18:12 +0000 (17:18 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Aug 2021 15:51:09 +0000 (17:51 +0200)
The gml2gv source files do not refer to ingraphs.

cmd/tools/CMakeLists.txt

index e81c86cf209df14707ea0387e81bccd20059e448..377d5728f5c908c6194014d50202cdd48a334c42 100644 (file)
@@ -115,7 +115,6 @@ target_include_directories(gml2gv PRIVATE
 
 target_link_libraries(gml2gv
     cgraph
-    ingraphs
 )
 
 tool_defaults(gml2gv)