-
Notifications
You must be signed in to change notification settings - Fork 22
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
make opencv fetch content-able #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks very much @mehermvr
@mehermvr could you also remove the dependency from the README |
updated it. also indicated that eigen too is optional |
need some more testing and fix the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks everybody including @l00p3
Opencv can be fetch content-ed as #6 tried to do.
HBST has a
#include <opencv2/opencv.hpp>
which needs theOpenCV_INCLUDE_DIRS
to be set manually.I've disabled a lot of stuff when building opencv, that probably needs a check.