How to specify different compilers per dependency in manifest mode ? #30766
Unanswered
abdelmaged
asked this question in
Q&A
Replies: 2 comments 6 replies
-
You could use https://learn.microsoft.com/en-us/vcpkg/users/triplets#per-port-customization and use different toolchains for the libs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why do you want to do that? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have two dependencies libX & libY.
I want to compile libX with compiler gcc-5.4.0
and compile libY with compiler gcc-10.2.0
assuming same platform (Linux) and same architecture (x64)
What is the best way to achieve this in manifest mode ?
Beta Was this translation helpful? Give feedback.
All reactions