From 455ced6acf57ba5b1290ceb2d7837788a69ddbb9 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Fri, 27 Aug 2021 09:22:21 +0200 Subject: [PATCH] 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. --- cmd/tools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- 2.40.0