Revision: 8578
http://playerstage.svn.sourceforge.net/playerstage/?rev=8578&view=rev
Author: natepak
Date: 2010-03-10 01:50:27 +0000 (Wed, 10 Mar 2010)
Log Message:
-----------
Fixed a hardcoded path
Modified Paths:
--------------
code/gazebo/trunk/server/CMakeLists.txt
Modified: code/gazebo/trunk/server/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/server/CMakeLists.txt 2010-03-10 00:06:37 UTC (rev
8577)
+++ code/gazebo/trunk/server/CMakeLists.txt 2010-03-10 01:50:27 UTC (rev
8578)
@@ -173,8 +173,8 @@
#target_link_libraries(gazebo-exec ${bullet_lflags} gazebo_physics_bullet )
#string (REPLACE " " ";" bullet_libraries_split "${bullet_lflags}")
- target_link_libraries(gazebo_server "-L/home/nate/local/lib
-lBulletCollision -lBulletDynamics -lBulletSoftBody" gazebo_physics_bullet )
- target_link_libraries(gazebo-exec "-L/home/nate/local/lib -lBulletCollision
-lBulletDynamics -lBulletSoftBody" gazebo_physics_bullet )
+ target_link_libraries(gazebo_server ${bullet_lflags} gazebo_physics_bullet )
+ target_link_libraries(gazebo-exec ${bullet_lflags} gazebo_physics_bullet )
endif (INCLUDE_BULLET)
if (INCLUDE_ODE)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit