Revision: 8791
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8791&view=rev
Author:   hsujohnhsu
Date:     2010-06-25 01:07:33 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
using absolute path for makefile link_directories

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

Modified: code/gazebo/trunk/benchmarks/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/benchmarks/CMakeLists.txt 2010-06-25 01:06:53 UTC (rev 
8790)
+++ code/gazebo/trunk/benchmarks/CMakeLists.txt 2010-06-25 01:07:33 UTC (rev 
8791)
@@ -19,7 +19,10 @@
   ${boost_include_dirs_split}
 )
 
-link_directories(../libgazebo ${INCLUDE_DIRS})
+link_directories(
+ ${CMAKE_BINARY_DIR}/libgazebo 
+ ${INCLUDE_DIRS}
+)
 
 set (benchmarks laser 
                 box_grid 


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