From: John Ellson Date: Wed, 8 Apr 2020 00:26:20 +0000 (-0400) Subject: try adding to lib/pathplan/CMakeLists.txt X-Git-Tag: stable_release_2.44.0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a3cd8ad63f782a0b0419808d53d4fc2c18f5fbd;p=graphviz try adding to lib/pathplan/CMakeLists.txt --- diff --git a/lib/pathplan/CMakeLists.txt b/lib/pathplan/CMakeLists.txt index 4f382a947..7ec68ced7 100644 --- a/lib/pathplan/CMakeLists.txt +++ b/lib/pathplan/CMakeLists.txt @@ -52,4 +52,7 @@ set_target_properties(pathplan PROPERTIES VERSION 4.0.0 SOVERSION 4 ) -target_link_libraries(pathplan m) +target_link_libraries( + pathplan + ${MATH_LIB} +)