即使安装了pcl库也找不到
I did a fresh installation of PCL. Then, to test it, I made a simple project. Following this tutorial I made my cmake
cmake_minimum_required(VERSION 3.13)
project(pcl_test)
enable_testing()
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAG...