Revision: 65343
          http://sourceforge.net/p/brlcad/code/65343
Author:   starseeker
Date:     2015-06-17 03:05:55 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
looks like rletorla will need ws2_32 with mingw for gethostname

Modified Paths:
--------------
    brlcad/trunk/src/other/URToolkit/cnv/CMakeLists.txt

Modified: brlcad/trunk/src/other/URToolkit/cnv/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/URToolkit/cnv/CMakeLists.txt 2015-06-17 03:00:04 UTC 
(rev 65342)
+++ brlcad/trunk/src/other/URToolkit/cnv/CMakeLists.txt 2015-06-17 03:05:55 UTC 
(rev 65343)
@@ -39,6 +39,9 @@
 # URT_EXEC(rletorast rletorast.c)
 URT_EXEC(rletoraw rletoraw.c)
 URT_EXEC(rletorla rletorla.c)
+if(MINGW)
+       target_link_libraries(rletorla ws2_32)
+endif(MINGW)
 URT_EXEC(rletotarga rletotarga.c)
 # URT_EXEC(rletotiff rletotiff.c)
 URT_EXEC(rletovcr rletovcr.c)

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