Revision: 7775
http://playerstage.svn.sourceforge.net/playerstage/?rev=7775&view=rev
Author: natepak
Date: 2009-06-03 18:18:02 +0000 (Wed, 03 Jun 2009)
Log Message:
-----------
Removed rpath from gazebo executable build. Fix for ubuntu intrepid
Modified Paths:
--------------
code/gazebo/trunk/server/CMakeLists.txt
Modified: code/gazebo/trunk/server/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/server/CMakeLists.txt 2009-06-03 14:11:22 UTC (rev
7774)
+++ code/gazebo/trunk/server/CMakeLists.txt 2009-06-03 18:18:02 UTC (rev
7775)
@@ -99,6 +99,10 @@
ADD_EXECUTABLE(gazebo-exec main.cc)
SET_TARGET_PROPERTIES(gazebo-exec PROPERTIES OUTPUT_NAME "gazebo")
+# Removes colon separated rpath. This breaks Ubuntu-intrepid
+# (possibly gcc-4.3.2).
+SET_TARGET_PROPERTIES(gazebo-exec PROPERTIES SKIP_BUILD_RPATH TRUE)
+
LIST_TO_STRING(GAZEBO_CFLAGS "${gazeboserver_cflags}")
SET_SOURCE_FILES_PROPERTIES(${gazeboserver_sources} PROPERTIES COMPILE_FLAGS
"${GAZEBO_CFLAGS} ${CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}}")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit