Revision: 8789
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8789&view=rev
Author:   hsujohnhsu
Date:     2010-06-25 00:57:43 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
fix dependency library name

Modified Paths:
--------------
    code/gazebo/trunk/tools/CMakeLists.txt

Modified: code/gazebo/trunk/tools/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/tools/CMakeLists.txt      2010-06-23 16:51:54 UTC (rev 
8788)
+++ code/gazebo/trunk/tools/CMakeLists.txt      2010-06-25 00:57:43 UTC (rev 
8789)
@@ -22,8 +22,8 @@
 add_executable(gazebobody gazebobody.cc Toolbase.cc)
 add_executable(gazeboplugin gazeboplugin.cc Toolbase.cc)
 
-target_link_libraries(gazebomodel gazebo yaml ${boost_libraries})
-target_link_libraries(gazebobody gazebo yaml ${boost_libraries})
+target_link_libraries(gazebomodel gazeboshm yaml ${boost_libraries})
+target_link_libraries(gazebobody gazeboshm yaml ${boost_libraries})
 target_link_libraries(gazeboplugin gazebo yaml ${boost_libraries})
 
 set_target_properties(gazebomodel PROPERTIES SKIP_BUILD_RPATH TRUE)


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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to