]> granicus.if.org Git - graphviz/commitdiff
gvc: CMake: remove now obsolete linking to label
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 05:54:59 +0000 (07:54 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Aug 2021 05:42:32 +0000 (07:42 +0200)
The gvc source files do not refer to label explicitly and any implicit
references are now resolved through common.

lib/gvc/CMakeLists.txt

index d68a11de861fe1e2b314c3fa18407cc51b86411a..8aa9c53d9fae2960a484d29d620db3c5d7761cd5 100644 (file)
@@ -59,7 +59,6 @@ target_link_libraries(gvc PRIVATE
 
 target_link_libraries(gvc PUBLIC
     cdt
-    label
     pack
     ${MATH_LIB}
 )