Skip to content

Protobuf is being built inadvertently using the local version of Abseil #834

Description

@Jobanny-Friki

From version 21.12 onwards, Protobuf includes the ABSL_PROVIDER option, which allows you to choose between the Abseil version from the local Git submodule of the Protobuf package and the system version. So why include Abseil as a dependency if you are using the local version? You are not using -Dprotobuf_ABSL_PROVIDER=‘package’, so you have been using the local version from the outset, whilst including an unnecessary dependency. If this is not the behaviour you want, use the option mentioned above.

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