Having watched the vcpkg tutorial, reviewed the instructions (and integration instructions), I couldn't find a way to:
- Privately install a package, meaning only for use of current project, rather than user-wide
- Derived from previous bullet - a way to install different versions of a package for different projects: if I update a package in use by project
A
, I don't want projectB
to get affected.
I assume the above wish-list is obvious, so I assume there is a way to do it...
But how? Google brought nothing.