Revision: 8682
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8682&view=rev
Author:   hsujohnhsu
Date:     2010-05-14 23:02:16 +0000 (Fri, 14 May 2010)

Log Message:
-----------
fix to use proper boost library link flags

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

Modified: code/gazebo/trunk/tools/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/tools/CMakeLists.txt      2010-05-14 21:48:52 UTC (rev 
8681)
+++ code/gazebo/trunk/tools/CMakeLists.txt      2010-05-14 23:02:16 UTC (rev 
8682)
@@ -21,8 +21,8 @@
 add_executable(gazebomodel gazebomodel.cc Toolbase.cc)
 add_executable(gazebobody gazebobody.cc Toolbase.cc)
 
-target_link_libraries(gazebomodel gazebo boost_program_options yaml 
boost_regex)
-target_link_libraries(gazebobody gazebo boost_program_options yaml boost_regex)
+target_link_libraries(gazebomodel gazebo yaml ${boost_libraries})
+target_link_libraries(gazebobody gazebo yaml ${boost_libraries})
 
 set_target_properties(gazebomodel PROPERTIES SKIP_BUILD_RPATH TRUE)
 set_target_properties(gazebomodel PROPERTIES LINK_FLAGS "${LINK_FLAGS} 
${gazebo_lflags}")


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

------------------------------------------------------------------------------

_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to