(PCL_COMMON) does not match the name of the calling package (PCL)
CMake 3.17: The package name passed to `find_package_handle_standard_args` does not match the name of the calling package · Issue #3680 · PointCloudLibrary/pcl · GitHub
(...) # see here: https://github.com/PointCloudLibrary/pcl/issues/3680 # when this is fixed, we can remove the following 3 lines. if(NOT DEFINED CMAKE_SUPPRESS_DEVELOPER_WARNINGS) set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS 1 CACHE INTERNAL "No dev warnings") endif() find_package(PCL REQUIRED) (...)