Replies: 1 comment
-
|
@shavesha, https://github.com/shavesha/vcpkg-registry has been removed, could you update the baseline with current head or the commit which include the changes, and see if it works for you? I tried the tutorial, and it works for me. vcpkg-configuration.json |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have manages to create a vcpkg-registry and it installs the dependencies. The tutorial I am following is here Bring Your Own Libraries to Vcpkg. However the
vcpkg-configuraion.jsonused as an example does not have a baseline field. When I run it I get the errorSo my question is how can i get get the baseline?
This is the vcpkg-configuration.json file
{ "registries": [ { "kind": "git", "repository": "[full path to]/vcpkg-registry", "packages": [ "beicode", "beison" ] } ] }I have tried setting the
field to nothing and then running and this is the message:
when i use this baseline
{ "registries": [ { "kind": "git", "repository": "[full path to]/vcpkg-registry", "baseline" : "a4e0450e82878ed26248edb661c8673ada5efbcd", "packages": [ "beicode", "beison" ] } ] }it says
Beta Was this translation helpful? Give feedback.
All reactions