summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-03-04 16:47:33 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-03-04 16:47:41 +0100
commitb3f2f902cde7ffefeaef47168d0ce7000a2fa13c (patch)
tree7a1b53707fbd3e76199ea097b5922e303f9ae03c /eclass/ros-catkin.eclass
parentkde-apps/pykde4: Drop USE=akonadi and Qt4WebKit dependency (diff)
downloadgentoo-b3f2f902cde7ffefeaef47168d0ce7000a2fa13c.tar.gz
gentoo-b3f2f902cde7ffefeaef47168d0ce7000a2fa13c.tar.bz2
gentoo-b3f2f902cde7ffefeaef47168d0ce7000a2fa13c.zip
eclass/ros-catkin.eclass: Stop abusing CMAKE_PREFIX_PATH and use CATKIN_PREFIX_PATH now that we support that.
Diffstat (limited to 'eclass/ros-catkin.eclass')
-rw-r--r--eclass/ros-catkin.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
index b427e0861b82..b6b84a0dc5f3 100644
--- a/eclass/ros-catkin.eclass
+++ b/eclass/ros-catkin.eclass
@@ -191,7 +191,7 @@ ros-catkin_src_configure_internal() {
# @DESCRIPTION:
# Configures a catkin-based package.
ros-catkin_src_configure() {
- export CMAKE_PREFIX_PATH="${EPREFIX}/usr"
+ export CATKIN_PREFIX_PATH="${EPREFIX}/usr"
export ROS_ROOT="${EPREFIX}/usr/share/ros"
if [ -n "${CATKIN_HAS_MESSAGES}" ] ; then
ROS_LANG_DISABLE=""