Revision: 40499
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40499&view=rev
Author:   starseeker
Date:     2010-09-08 02:47:48 +0000 (Wed, 08 Sep 2010)

Log Message:
-----------
Looks like utahrle needs M_LIBRARY

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt   2010-09-08 
01:11:39 UTC (rev 40498)
+++ brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt   2010-09-08 
02:47:48 UTC (rev 40499)
@@ -47,6 +47,7 @@
 )
 
 add_library(utahrle SHARED ${LIBUTAHRLE_SOURCES})
+target_link_libraries(utahrle ${M_LIBRARY})
 INSTALL(TARGETS utahrle LIBRARY DESTINATION ${BRLCAD_INSTALL_LIB_DIR})
 
 SET(LIBUTAHRLE_MAN3


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

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to