[vcpkg|toolchain] add VCPKG_OVERLAY_(PORTS|TRIPLETS) to the toolchain#13240
Conversation
|
We hope to address this via settings in the manifest file; adding these settings via cmake is problematic because they won't be present when you run other commands like |
this does not belong there ..... users should always be free to supply their own version of dependencies and have it not hardcoded! The same goes for toolchain/triplet settings.
the manifest installed dir does not directly belong to the user but to the project and is put into |
|
@Neumann-A the plan was to put it in the |
|
@strega-nil: As far as I understand |
|
@Neumann-A the |
In that case it does not belong into the |
|
fair enough, I guess. |
|
Hrm, I've changed my opinion on this after some cajoling from Billy. I think this feature should be merged. |
So people can add the overlays from cmake instead of modifying the environment