From: Magnus Jacobsson Date: Fri, 27 Aug 2021 07:22:21 +0000 (+0200) Subject: mm2gv: CMake: remove now obsolete linking to pathplan X-Git-Tag: 2.49.1~58^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=455ced6acf57ba5b1290ceb2d7837788a69ddbb9;p=graphviz mm2gv: CMake: remove now obsolete linking to pathplan The mm2gv source files do not refer to pathplan explicitly and any implicit references are now resolved by its dependencies themselves. --- diff --git a/cmd/tools/CMakeLists.txt b/cmd/tools/CMakeLists.txt index e22479ebc..e81c86cf2 100644 --- a/cmd/tools/CMakeLists.txt +++ b/cmd/tools/CMakeLists.txt @@ -349,7 +349,6 @@ target_link_libraries(mm2gv sparse cgraph gvc - pathplan ) tool_defaults(mm2gv)