(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)

(...)

 

posted on 2022-04-01 16:18  一杯明月  阅读(1016)  评论(0编辑  收藏  举报