Locations PCLConfig.cmake and pcl-config.cmake files for PCL library
问题 I installed PCL using the following commands. sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update sudo apt-get install libpcl-all When I compiled my PCL program with the following lines in CMakeLists.txt find_package(PCL 1.3 REQUIRED COMPONENTS) include_directories(${PCL_INCLUDE_DIRS}) link_directories(${PCL_LIBRARY_DIRS}) add_definitions(${PCL_DEFINITIONS}) I have errors as CMake Error at CMakeLists.txt:17 (find_package): By not providing "FindPCL.cmake" in