Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg] how to disable default features #11097

Closed
fran6co opened this issue Apr 30, 2020 · 3 comments
Closed

[vcpkg] how to disable default features #11097

fran6co opened this issue Apr 30, 2020 · 3 comments
Labels
category:question This issue is a question

Comments

@fran6co
Copy link
Contributor

fran6co commented Apr 30, 2020

Is there a way to disable the default features? Couldn't find it in the documentation.

For example I would like to install magnum without sdl support but with glfw, I tried doing this but it doesn't work:

vcpkg install magnum[glfwapplication,-sdl2application]

@fran6co fran6co added the category:question This issue is a question label Apr 30, 2020
@Neumann-A
Copy link
Contributor

vcpkg install magnum[core, glfwapplication] If you want the other default features you have to explicitly list them.

@fran6co
Copy link
Contributor Author

fran6co commented Apr 30, 2020

Thanks, that's not very clear from the documentation or I missed something

@fran6co fran6co closed this as completed Apr 30, 2020
@linquize
Copy link

Note: it should be vcpkg install magnum[core,glfwapplication]
cannot have space between feature names: vcpkg install magnum[core, glfwapplication]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants