Replies: 2 comments
-
Also, from vcppkg.targets, how come I never see any of these messages in my VC++ build output?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ras0219-msft, any suggestions? |
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
-
I have created custom triplets x86/64-windows-custom. I have shown this works when set in Visual studio on a per-project basis, under the vcpkg project properties GUI section. It overrides the default triplets as expected.
I then removed this and and tried to add it to our main Custom.props file, which is used across our solution:
When I do this, it reverts to using the default triplets e.g.x86-windows. I have hundreds of projects so how should I be setting this up, I know the docs say I can but I haven't used props files much.
Beta Was this translation helpful? Give feedback.
All reactions