Advertisement
MACourtney7

PCL - cmake output libvtk5-dev

Jan 13th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:3 (find_package):
  2. By not providing "FindPCL.cmake" in CMAKE_MODULE_PATH this project has
  3. asked CMake to find a package configuration file provided by "PCL", but
  4. CMake did not find one.
  5.  
  6. Could not find a package configuration file provided by "PCL" (requested
  7. version 1.3) with any of the following names:
  8.  
  9. PCLConfig.cmake
  10. pcl-config.cmake
  11.  
  12. Add the installation prefix of "PCL" to CMAKE_PREFIX_PATH or set "PCL_DIR"
  13. to a directory containing one of the above files. If "PCL" provides a
  14. separate development package or SDK, be sure it has been installed.
  15.  
  16.  
  17. -- Configuring incomplete, errors occurred!
  18. See also "/home/matt/hdd_home/pcl/tutorials/build/CMakeFiles/CMakeOutput.log".
  19. See also "/home/matt/hdd_home/pcl/tutorials/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement