How to exclude a dependency for a feature in manifest mode? #40436
Unanswered
aungthetnaing
asked this question in
Q&A
Replies: 2 comments
-
No.
vcpkg can't resolve conflicts aka alternatives. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As a workaround you could have a feature for libA and one for libB and error out if none or both are defined. |
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
-
Is there any way to remove a dependency if a feature is defined?
For example, I have libA and libB.
In default, I would like to use libA.
But, if a feature is defined, I would like to use libB and libA should be removed. libA and libB conflicts each other.
Beta Was this translation helpful? Give feedback.
All reactions