]> granicus.if.org Git - graphviz/commitdiff
gvc: CMake: replace now obsolete linking to pathplan with linking to common
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 25 Aug 2021 21:38:40 +0000 (23:38 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 18:12:09 +0000 (20:12 +0200)
The gvc source files do not refer to pathplan explicitly and any
implicit references are now resolved through common.

lib/gvc/CMakeLists.txt

index 0be9a87d93d668b0b2520b76993e31fd8866c640..5a7c2cc211b3b1a7541a40c037a5fd8c6de1c4db 100644 (file)
@@ -52,12 +52,15 @@ target_link_libraries(gvc PRIVATE
     $<TARGET_OBJECTS:pack_obj>
 )
 
+target_link_libraries(gvc PRIVATE
+    common
+)
+
 target_link_libraries(gvc PUBLIC
     cdt
     cgraph
     label
     pack
-    pathplan
     xdot
     ${EXPAT_LIBRARIES}
     ${MATH_LIB}