No CaffeConfig.cmake. Can't configured on Ubuntu without root access

#No CaffeConfig.cmake. Can’t configured on Ubuntu without root access
具体报错如下:

CMake Warning at CMakeLists.txt:33 (find_package):
By not providing "FindCaffe.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Caffe", but
CMake did not find one.

Could not find a package configuration file provided by "Caffe" with any of
the following names:

 CaffeConfig.cmake
 caffe-config.cmake
Add the installation prefix of "Caffe" to CMAKE_PREFIX_PATH or set
"Caffe_DIR" to a directory containing one of the above files. If "Caffe"
provides a separate development package or SDK, be sure it has been
installed.

解决办法如下:
No CaffeConfig.cmake. Can't configured on Ubuntu without root access_第1张图片

你可能感兴趣的:(图像识别)