Skip to content

Building shared libraries fail with "CMake Error: install(EXPORT "Matroska2" ...) includes target "matroska2" which requires target "tremor" that is not in any export set" #212

@etna

Description

@etna

After cloning the repo and trying to build a shared library with -DBUILD_SHARED_LIBS=YES, cmake fails with this error:

CMake Error: install(EXPORT "Matroska2" ...) includes target "matroska2" which requires target "tremor" that is not in any export set

But when building without -DBUILD_SHARED_LIBS=YES, it works and static libs of libebml2 and libmatroska2 are produced.

Any help here on how I can build a shared library, please?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions