Replies: 2 comments 1 reply
-
You need this https://learn.microsoft.com/en-us/vcpkg/users/triplets#per-port-customization |
Beta Was this translation helpful? Give feedback.
0 replies
-
I need more information to understand how that helps. Anyway, I'm building OpenCV from source now and when I set the "world" feature in CMake it indeed builds a DLL that has no dependencies, so it seems to me something is wrong with vcpkg's OpenCV package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a standalone opencv_world4.dll via
.\vcpkg.exe install opencv[world]:x64-windows
The build succeeds but the built DLL has dependencies on other DLLs (I can tell with dependency walker), unlike OpenCV's prebuilt binaries. More details here.
Beta Was this translation helpful? Give feedback.
All reactions