summarylogtreecommitdiffstats
path: root/remove-borken-pcl-depend.patch
blob: 798695c351e7561ab3d8b9c1148ca87d54462b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce4ebef..adc65c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@ catkin_package(
         visualization_msgs
         voxel_grid
     DEPENDS
-        PCL
+        # PCL
         Eigen
         Boost
 )