Replies: 2 comments 2 replies
-
You could force individual versions with |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for your answers, it works as expected. |
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
-
Hi,
Maybe this question has already been posted and maybe there are already answers. I'm pretty sure someone will be able to show me the way. We have looked for a solution but did not succeed until now.
We work with a vcpkg.json file in our project, here is the beginning of it:
At the first compilation, packages are downloaded and compiled and then we use them as they are.
Sometimes, one of them has its version updated but until we force an update on our side we are not aware of that.
But then I new collaborator joins the team, he tries to compile the project and cries because it doesn't compile anymore ; in fact he's just downloaded the last versions available.
So here is my question, how can I force a given version for each of my dependencies, for example libssh2 1.9.7 ?
Thank you very much, cheers.
David.
Beta Was this translation helpful? Give feedback.
All reactions