]> granicus.if.org Git - graphviz/commitdiff
gvc: CMake: remove now obsolete linking to xdot
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 05:32:33 +0000 (07:32 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Aug 2021 05:41:28 +0000 (07:41 +0200)
The core plugin that previously relied on this now explicitly links to
xdot itself.

The gvc source files do not refer to xdot explicitly and any implicit
references are now resolved by the transitive dependency through
common.

lib/gvc/CMakeLists.txt

index 5ec549ae09d970f889ccc452676d8c6f721f3140..d68a11de861fe1e2b314c3fa18407cc51b86411a 100644 (file)
@@ -61,7 +61,6 @@ target_link_libraries(gvc PUBLIC
     cdt
     label
     pack
-    xdot
     ${MATH_LIB}
 )