-
Notifications
You must be signed in to change notification settings - Fork 286
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
Cannot find OpenCV path [Mac][Homebrew] #1515
Comments
What is the full output of
and
Is it possible that OpenCV was built and installed from source in |
Here are the outputs of the two commands.
OpenCV is also installed via From the commit history of |
I'm able to reproduce the issue! From the commit history of https://github.com/Homebrew/homebrew-core/commits/master/Formula/v/visp.rb The ViSP bottle needs to be updated again to consider 4.10.0_14, but I don't know how to trigger that. Any idea? |
Sorry, I don't know how to update the bottle either :( |
I asked for help: https://github.com/orgs/Homebrew/discussions/5787 |
ViSP was installed via
Homebrew
on a macbook viaHomebrew
.No error was reported when installing.
When I tried to build an example project, the following error showed up:
The
CMakeLists.txt
isThe problem is that OpenCV is located at
/usr/local/OpenCV/4.10.10_14/include/opencv4
. OpenCV is automatically installed when installing ViSP. This is a problem with versions of the OpenCV.Could anyone suggest how to resolve this? Thanks!
The text was updated successfully, but these errors were encountered: