Skip to content

Natvis not picked up on vcpkg #307

Open
boostorg/cmake
#81
@enginelesscc

Description

@enginelesscc

The current cmake script seems to be failing to pass the natvis to VS when consumed by vcpkg.
I've had to manually copy the natvis file to my source directory to get it loaded.

I'm guessing this is due to unordered being an interface in cmake while also marking the natvis file private, so there is neither a lib to consume, nor a config to pass down to consuming projects.

Unfortunately, without that natvis file, unordered_* is not a pleasant experience while debugging :/

(Version: 1.87.0, did not work on 1.86.0 either)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions