]> granicus.if.org Git - graphviz/commit
CMake: fix: link against pathplan when building GD plugin
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Feb 2022 21:00:10 +0000 (08:00 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Mar 2022 17:58:00 +0000 (09:58 -0800)
commit84937a13e53ca31946c89dbc8130661ca061a5dc
tree975e4fe451bac2aa001ef9a1ee3845a68e3bbf65
parent0c3880494c4f4e18ad4e508f2070b7654b5cd49f
CMake: fix: link against pathplan when building GD plugin

This replicates something from the Autotools build system that was missing in
the CMake build system. The CMake build was not failing because the pathplan
dependency is only required when VRML support is enabled, which an upcoming
commit will add.

In contrast to the Autotools build system, this adds pathplan for all platforms,
not only Windows. Empirically it seems necessary on at least macOS and Windows
and it does no harm on Linux.

Gitlab: related to #1786
plugin/gd/CMakeLists.txt