Open
Description
For example, when I do vcpkg install pcl
now, since vtk is one of the dependent library, vcpkg attempts to build vtk first. However, the problem is, I want vtk to be built with the full feature packages, but it's attempting to build vtk without the feature packages, which causes a lot of trouble. That means in the future I had to check the portfile for all dependent libraries in the future to see if there are feature packages. If yes, I had to built them separately first and the build the upstream library.
Is there a way to do it so the automation level would be like as it used to be when installing libraries from vcpkg?