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

[wip/mk] Fix removal of wip/mk/sysdep/pcl.mk

Oops, uncommited files in commit:4752facf
Use mk/sysdep/libpcl.mk
parent 155eae9e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ endef
PKG_OPTION_DESCR.pcl= Enable the conversions from/to PCL types
define PKG_OPTION_SET.pcl
CMAKE_ARGS+= -DWITH_PCL=ON
include ../../wip/mk/sysdep/pcl.mk
include ../../mk/sysdep/libpcl.mk
endef
define PKG_OPTION_UNSET.pcl
CMAKE_ARGS+= -DWITH_PCL=OFF
......
......@@ -19,7 +19,7 @@ include ../../meta-pkgs/ros-base/Makefile.common
include ../../wip/libnabo/depend.mk
include ../../wip/libpointmatcher/depend.mk
include ../../wip/mk/sysdep/pcl.mk
include ../../mk/sysdep/libpcl.mk
include ../../wip/ros-perception-pcl/depend.mk
include ../../devel/ros-cmake-modules/depend.mk
......
......@@ -18,7 +18,7 @@ ROS_COMMENT= PCL (Point Cloud Library) ROS interface stack
include ../../meta-pkgs/ros-base/Makefile.common
include ../../wip/ros-pcl-msgs/depend.mk
include ../../wip/mk/sysdep/pcl.mk
include ../../mk/sysdep/libpcl.mk
include ../../devel/ros-cmake-modules/depend.mk
include ../../devel/ros-nodelet-core/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