Revision: 75460
          http://sourceforge.net/p/brlcad/code/75460
Author:   starseeker
Date:     2020-04-18 13:00:21 +0000 (Sat, 18 Apr 2020)
Log Message:
-----------
libtermio needs libbu

Modified Paths:
--------------
    brlcad/trunk/src/libtermio/CMakeLists.txt

Modified: brlcad/trunk/src/libtermio/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libtermio/CMakeLists.txt   2020-04-18 05:20:12 UTC (rev 
75459)
+++ brlcad/trunk/src/libtermio/CMakeLists.txt   2020-04-18 13:00:21 UTC (rev 
75460)
@@ -19,7 +19,7 @@
 
   BRLCAD_ADDDATA(termcap termio)
 
-  BRLCAD_ADDLIB(libtermio "${TERMIO_SRCS}" "")
+  BRLCAD_ADDLIB(libtermio "${TERMIO_SRCS}" "libbu")
   set_target_properties(libtermio PROPERTIES VERSION 20.0.1 SOVERSION 20)
 endif(NOT WIN32)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to