-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Your Environment
•Operating System and version: Ubuntu 14.04/Mac OS 10.12
•PCL Version: 1.8.1
Current Behavior
Using pkg-config
An error occurs when reading pcl_features_1.8.pc file.
Remove 2d library (contains no symbols) #1679
Possible Solution
Please delete "required: pcl_2d-1.8" of pcl_feature-1.8.
pcl/features/CMakeLists.txt
set(SUBSYS_DEPS common search kdtree octree filters 2d)
↓
set(SUBSYS_DEPS common search kdtree octree filters)
Metadata
Metadata
Assignees
Labels
No labels