We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
vcpkg install magnum[core, glfwapplication] If you want the other default features you have to explicitly list them.
vcpkg install magnum[core, glfwapplication]
Sorry, something went wrong.
Thanks, that's not very clear from the documentation or I missed something
Note: it should be vcpkg install magnum[core,glfwapplication] cannot have space between feature names: vcpkg install magnum[core, glfwapplication]
vcpkg install magnum[core,glfwapplication]
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: