]> granicus.if.org Git - graphviz/commitdiff
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)
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

index ae4176abeb5804ed893a3b6655c1d167415d7cd5..eaa7323cefc69c26e7522f3805d67e137851eabf 100644 (file)
@@ -29,7 +29,7 @@ if(WIN32)
     ${GLIBCONFIG_INCLUDE_DIR}
   )
 
-  set(GTS_LIBRARIES
+  set(GTS_LINK_LIBRARIES
     ${GTS_LIBRARY}
     ${GLIB_LIBRARY}
   )