-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake (find_package) Caffe Error #44
Comments
@JeffCarpenter have you found a solution? |
No, I haven't yet =/ |
You specified the wrong directory for cmake, the CMakeLists.txt file is in the root directory. |
@YuvalNirkin, how do you figure? I |
There should be "CaffeConfig.cmake" installed but I don't see it in your provided gist. Try to reinstall caffe and make sure this file is generated. |
Hi all.
I have my Caffe includes in
/usr/include/caffe
and library object at/usr/lib/libcaffe.so.1.0.0
(linked to bylibcaffe.so
).If you want to see other file paths from my Caffe installation, see this gist.
Okay, so from a zsh prompt on Linux I run
cmake -DWITH_BOOST_STATIC=OFF -DBUILD_INTERFACE_PYTHON=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_APPS=ON -DBUILD_TESTS=OFF cmake -DCMAKE_INSTALL_PREFIX=~/installations/face_swap -DCMAKE_BUILD_TYPE=Release ..
And I get this CMake output:
The text was updated successfully, but these errors were encountered: