-
Notifications
You must be signed in to change notification settings - Fork 1.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
opencv 2.x: conan v2 support #14948
opencv 2.x: conan v2 support #14948
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 810361fopencv/2.4.13.7
|
810361f
to
62df6e3
Compare
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 62df6e3opencv/2.4.13.7
|
if self.options.with_openexr: | ||
# opencv 2.x doesn't support openexr >= 3 |
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.
would it be worth sticking a validate check in to let the user know?
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.
yes but in another PR if you don't mind
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.
👍
Conan v1 pipelineAll green in build 3 (
|
* bump dependencies * allow to use libjpeg implementation from libjpeg-turbo or mozjpeg * conan v2 support
* bump dependencies * allow to use libjpeg implementation from libjpeg-turbo or mozjpeg * conan v2 support
it's basically #13406, but only 2.x.