From bc99f755bf0bf9e70a097290c96aa7ffd908b386 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 14 May 2017 12:57:54 +0900 Subject: [PATCH] Remove dependency on vtk/libproj-dev (#145) * Remove dependency on vtk/libproj-dev These dependencies were introduced in #124 to temporarily fix missing / wrong dependencies in upstream vtk. This hack is no longer necessary, since fixed vtk packages have been uploaded to packages.ros.org (see #124 and ros-infrastructure/reprepro-updater#32). * Remove vtk hack from CMakeLists.txt --- pcl_ros/CMakeLists.txt | 1 - pcl_ros/package.xml | 3 --- 2 files changed, 4 deletions(-) diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index dd97155d..c5605e1f 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -10,7 +10,6 @@ find_package(PCL REQUIRED) find_package(Qt5Widgets QUIET) if(NOT "${PCL_LIBRARIES}" STREQUAL "") - list(REMOVE_ITEM PCL_LIBRARIES "vtkproj4") # FIXME: this causes duplicates and not found error in ubuntu:zesty list(REMOVE_ITEM PCL_LIBRARIES "/usr/lib/libmpi.so") endif() diff --git a/pcl_ros/package.xml b/pcl_ros/package.xml index 2af733df..67416087 100644 --- a/pcl_ros/package.xml +++ b/pcl_ros/package.xml @@ -42,9 +42,6 @@ std_msgs tf tf2_eigen - libvtk-java - - proj qtbase5-dev