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

[wip/pal-hardware-gazebo] Add CMAKE_PREFIX_PATH for chaining environment.

parent c172c3d7
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ DISTNAME= ${VERSION}
ROSNAME= $(subst -,_,${PKGBASE})
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 1
CATEGORIES= wip
# Source file store in robotpkg website.
......@@ -23,6 +24,9 @@ LICENSE= 2-clause-bsd
USE_BOOST_LIBS= thread
CONFLICTS+= gazebo-ros-control
CMAKE_PREFIX_PATH+=${ROBOTPKG_BASE}
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../devel/ros-catkin/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