How to add a list of features into --x-feature #40438
Unanswered
aungthetnaing
asked this question in
Q&A
Replies: 1 comment
-
Should be |
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
-
In manifest mode:
How to pass multiple features.
In CMake itself, I could pass this way:
-DVCPKG_MANIFEST_FEATURES=feature1;feature2
What's the counterpart for --x-feature. I have tried the following and both failed.
--x-feature=feature1;feature2
--x-feature=feature1,feature2
Beta Was this translation helpful? Give feedback.
All reactions