From: Magnus Jacobsson Date: Wed, 25 Aug 2021 21:38:40 +0000 (+0200) Subject: gvc: CMake: replace now obsolete linking to pathplan with linking to common X-Git-Tag: 2.49.1~58^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e826f1bc2ff7cccf497dc87c8f9da8de5f4300a0;p=graphviz gvc: CMake: replace now obsolete linking to pathplan with linking to common The gvc source files do not refer to pathplan explicitly and any implicit references are now resolved through common. --- diff --git a/lib/gvc/CMakeLists.txt b/lib/gvc/CMakeLists.txt index 0be9a87d9..5a7c2cc21 100644 --- a/lib/gvc/CMakeLists.txt +++ b/lib/gvc/CMakeLists.txt @@ -52,12 +52,15 @@ target_link_libraries(gvc PRIVATE $ ) +target_link_libraries(gvc PRIVATE + common +) + target_link_libraries(gvc PUBLIC cdt cgraph label pack - pathplan xdot ${EXPAT_LIBRARIES} ${MATH_LIB}