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

[wip/pal-hardware-gazebo] Fix CMAKE_PREFIX_PATH to PREFIX.

parent 0aa051a9
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ DISTNAME= ${VERSION}
ROSNAME= $(subst -,_,${PKGBASE})
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= wip
# Source file store in robotpkg website.
......@@ -26,7 +26,7 @@ USE_BOOST_LIBS= thread
CONFLICTS+= gazebo-ros-control
CMAKE_PREFIX_PATH+=${ROBOTPKG_BASE}
CMAKE_PREFIX_PATH+=${PREFIX}
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