From: Magnus Jacobsson Date: Sat, 28 Aug 2021 06:42:59 +0000 (+0200) Subject: gvc: change to link to cgraph privately X-Git-Tag: 2.49.1~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f245611567973bdb33cfdd306eb8705fea0485e6;p=graphviz gvc: change to link to cgraph privately Downstream libraries that explicitly use cgraph now link to cgraph themselves and no longer rely on a transitive dependency to cgraph through gvc. --- diff --git a/lib/gvc/CMakeLists.txt b/lib/gvc/CMakeLists.txt index 5a7c2cc21..1239320d1 100644 --- a/lib/gvc/CMakeLists.txt +++ b/lib/gvc/CMakeLists.txt @@ -53,12 +53,12 @@ target_link_libraries(gvc PRIVATE ) target_link_libraries(gvc PRIVATE + cgraph common ) target_link_libraries(gvc PUBLIC cdt - cgraph label pack xdot