Skip to content
Snippets Groups Projects
Commit 48edda62 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/roscontrol-sot] Add CMAKE_PREFIX_PATH+=PREFIX to chain environment.

parent 5f752be0
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ ROSNAME= $(subst -,_,${PKGBASE})
DISTNAME= ${ROSNAME}-${VERSION}
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 1
CATEGORIES= wip
#MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=roscontrol_sot/}
......@@ -31,6 +32,12 @@ CMAKE_ARGS+= -DMANDIR=${PREFIX}/${PKGMANDIR}
# library location
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
# Allows to have robotpkg ros packages with the highest priority
# over system ros packages.
# http://wiki.ros.org/catkin/what
CMAKE_PREFIX_PATH+= ${PREFIX}
include ../../sysutils/ros-rospack/depend.mk
include ../../motion/dynamic-graph-bridge-msgs/depend.mk
include ../../wip/dynamic-graph-bridge-v3/depend.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment