Skip to content

How to configure so dependencies libraries are built with full feature packages? #2101

Open
@jasjuang

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?

Metadata

Assignees

No one assigned

    Labels

    category:documentationTo resolve the issue, documentation will need to be updated

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions