From 1d1f9c2b77b9ff59013ecd8f5ba15b276cc1a719 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Mon, 28 Aug 2017 09:53:24 -0700 Subject: [PATCH] remove hack now that upstream pcl has been rebuilt --- pcl_ros/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 10325874..72a54a27 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -8,9 +8,6 @@ find_package(Eigen3 REQUIRED) find_package(PCL REQUIRED COMPONENTS core features filters io segmentation surface) if(NOT "${PCL_LIBRARIES}" STREQUAL "") - # FIXME: this causes duplicates and not found error in ubuntu:zesty - list(REMOVE_ITEM PCL_LIBRARIES "/usr/lib/libmpi.so") - # For debian: https://github.com/ros-perception/perception_pcl/issues/139 list(REMOVE_ITEM PCL_LIBRARIES "vtkGUISupportQt"