octomap: remove redundant RPATH (resolves #194)

This commit is contained in:
Lukas Bulwahn 2013-11-13 07:52:42 +01:00
parent 29b4836bb4
commit 9032f116a8
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ SRC_URI[sha256sum] = "c68b75913ea5ebeb5459eaf2114801477aeaa2a584b018b8816f8a5101
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
EXTRA_OECMAKE += "\
-DCMAKE_SKIP_RPATH=ON \
"
inherit cmake ros
ROS_SPN = "octomap"