]> granicus.if.org Git - graphviz/commit
dot_builtins: pass full path to GTS library to clang
authorMark Hansen <markhansen@google.com>
Mon, 2 Jan 2023 03:10:44 +0000 (14:10 +1100)
committerMark Hansen <markhansen@google.com>
Tue, 3 Jan 2023 08:06:03 +0000 (19:06 +1100)
commita9ab59f0bbfc15c419fab20a2401bc899137649c
tree10736d1eba9d430d8f3e3a0865c422894d0abfd1
parent0e552e8fcffbf60947bdfca59842e56ff7cb41be
dot_builtins: pass full path to GTS library to clang

Clang was having trouble finding homebrew GTS on my macOS.

This is similar to a series of other changes I made to fix cmake builds
on macOS previously (search the codebase for _LINK_LIBRARIES).

Fixes #2334
cmd/dot/CMakeLists.txt
cmd/smyrna/CMakeLists.txt