]> granicus.if.org Git - graphviz/commit
GTS Support: s/GTS_LIBRARIES/GTS_LINK_LIBRARIES/g
authorNehal J Wani <nehaljw.kkd1@gmail.com>
Sun, 22 Jan 2023 13:00:34 +0000 (13:00 +0000)
committerNehal J Wani <nehaljw.kkd1@gmail.com>
Thu, 26 Jan 2023 23:24:35 +0000 (23:24 +0000)
commit8bdefbb4bce46a4047f867db462ca399809962a7
tree3af41b31613b417581379a7c0c2001642f0f40bf
parent08dda7b3dac26f840451e8d808a052ed671404c4
GTS Support: s/GTS_LIBRARIES/GTS_LINK_LIBRARIES/g

The argument to target_link_libraries() in lib/neatogen/CMakeLists.txt
uses GTS_LINK_LIBRARIES, not GTS_LIBRARIES

The FindGTS module was added in commit cef299eb
The issue was found while building Graphviz on Windows with GTS
cmake/FindGTS.cmake