Replies: 1 comment
-
Yeah, you choice is right. And you may need to use overlay-port.
We are improving this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm testing the waters for the ability to be able to select specific modules under opencv-contrib with vcpkg.
Is it a desired feature?
For my use case, I need 1 module under contrib, namely
ximgproc
. All the other modules are not needed.I'm using manifest mode with
vcpkg.json
, and I'm building for multiple platforms. Not all platforms are happy with all the features under contrib. For instance, ancient version of CentOS does not like openssl from vcpkg unless some specific set of packages are installed.I could make an overlay of opencv4, but I'd rather not. I'd like to have it as a feature in the public and official port.
I've started prototyping, and at the moment I've added this to
opencv4/vcpkg.json
file.In
opencv4/portfile.cmake
:Other modules would have similar names.
Any thoughts and or suggestions before I invest too much time into this?
Beta Was this translation helpful? Give feedback.
All reactions