-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Error while configuring CMake to build with contrib modules #3775
Comments
OpenCV don't use abseil explicitly. |
Hello, I cannot reproduce this issue.
OpenCV 4.x branch from git
-> OpenCV 4.10.0 tag from git
-> OpenCV 4.10.0 tar.gz from tar.gz
-> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed description
Building OpenCV from source in order to use the SFM module, following the instructions here exactly, except replacing "4.x" with "4.10.0"
Steps to reproduce
After getting to the configuration step and running
cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-4.10.0/modules ../opencv-4.10.0
I get these errors:I tried to fix it by running
sudo apt-get install libabsl-dev
but I get the same errors.Does anyone know how to fix this?
Thanks
The text was updated successfully, but these errors were encountered: