Packages often have options that can be selected at install time. It's easy to add additional options to a package when it is installed: vcpkg install package[option]
I'd like to remove one of the default options selected for a package. How can I deselect options from a package? Specifically, I'd like to install curl with the winssl
feature and without openssl
.