Revision: 8821
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8821&view=rev
Author:   hsujohnhsu
Date:     2010-07-09 02:09:37 +0000 (Fri, 09 Jul 2010)

Log Message:
-----------
fix dependency specification

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

Modified: code/gazebo/trunk/benchmarks/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/benchmarks/CMakeLists.txt 2010-07-08 13:52:07 UTC (rev 
8820)
+++ code/gazebo/trunk/benchmarks/CMakeLists.txt 2010-07-09 02:09:37 UTC (rev 
8821)
@@ -40,7 +40,7 @@
 foreach (src ${benchmarks})
   set_source_files_properties(${src}_benchmark.cc PROPERTIES COMPILE_FLAGS 
"-Wall")
   add_executable(${src}_benchmark ${src}_benchmark.cc)
-  target_link_libraries(${src}_benchmark  gazebo ${LINK_LIBS} )
+  target_link_libraries(${src}_benchmark  gazeboshm ${LINK_LIBS} )
   set_target_properties(${src}_benchmark  PROPERTIES SKIP_BUILD_RPATH TRUE)
   set_target_properties(${src}_benchmark  PROPERTIES LINK_FLAGS "${LINK_FLAGS} 
${gazebo_lflags}")
   install (TARGETS ${src}_benchmark DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)


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

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to