Skip to content
Snippets Groups Projects
Commit 4175fa72 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/talos-pal-hardware-gazebo] Fix Makefile

Drop useless CMAKE_PREFIX_PATH definition, as well as the $(info)
statement. cmake does not care about ROBOTPKG_BASE, since this is just the
location of the robotpkg_* tools, and the $(info) will trigger strange failures
in internal scripts that parse the output of some robotpkg targets.

Also fix PKGREVISION, no _.
parent d23afbe7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
VERSION= 0.0.9
PKGNAME= talos-pal-hardware-gazebo-${VERSION}
DISTNAME= $(subst -,_,${PKGBASE})-${VERSION}
PKG_REVISION= 1
PKGREVISION= 1
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_JRL:=talos/$(subst -,_,${PKGBASE})/}
......@@ -18,9 +18,6 @@ NO_PUBLIC_BIN= ${RESTRICTED}
USE_BOOST_LIBS= thread
CMAKE_PREFIX_PATH+=${ROBOTPKG_BASE}
$(info Display CMAKE_PREFIX_PATH for talos-pal-hardware-gazebo: ${CMAKE_PREFIX_PATH})
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