Revision: 7682 http://playerstage.svn.sourceforge.net/playerstage/?rev=7682&view=rev Author: hsujohnhsu Date: 2009-05-16 19:03:25 +0000 (Sat, 16 May 2009)
Log Message: ----------- adding required linker flags from ode and ogre. Modified Paths: -------------- code/gazebo/trunk/cmake/SearchForStuff.cmake Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake =================================================================== --- code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-05-16 01:10:08 UTC (rev 7681) +++ code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-05-16 19:03:25 UTC (rev 7682) @@ -36,6 +36,9 @@ APPEND_TO_CACHED_LIST(gazeboserver_link_libs ${gazeboserver_link_libs_desc} ${OGRE_LIBRARIES}) + APPEND_TO_CACHED_LIST(gazeboserver_link_libs + ${gazeboserver_link_libs_desc} + ${OGRE_LDFLAGS}) ENDIF (NOT OGRE_FOUND) pkg_check_modules(ODE ode>=${ODE_VERSION}) @@ -54,6 +57,9 @@ APPEND_TO_CACHED_LIST(gazeboserver_link_libs ${gazeboserver_link_libs_desc} ${ODE_LIBRARIES}) + APPEND_TO_CACHED_LIST(gazeboserver_link_libs + ${gazeboserver_link_libs_desc} + ${ODE_LDFLAGS}) ENDIF (NOT ODE_FOUND) pkg_check_modules(XML libxml-2.0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit