Replies: 1 comment 2 replies
-
Overlay port manifest should bring all dependencies of the package it's trying to build. Vcpkg can't dynamically add dependencies based on the manifest in package's sources. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to load an overlay port as follows
there's a very simple vcpkg.json in my overlay port directory
The location on disk (at "/home/dev/my_library") has its own vcpkg.json, however the overlay port isn't picking this up. If I create a regular port for a custom registry, it respects the vcpkg.json in the repo it pulls from github. Is this just not supported for overlay ports?
Beta Was this translation helpful? Give feedback.
All reactions