hwliu
Results
2
comments of
hwliu
> If you have libpqxx installed, you can add `find_package(libpqxx REQUIRED)` to your project's `CMakeLists.txt` and CMake will find libpqxx installed on your machine and import it into your CMake...
you can add the pcl path( /usr/local/include/pcl-1.8/ ) under include_directories in you CMakeList.txt, in my computer, solve this problem.