Skip to content

Exporters are missing opentelemetry_add_pkgconfig instruction #3787

@rsergeevbgc

Description

@rsergeevbgc

Neither of exporters' CMakeLists.txt have instruction to install its pckconfig

Similar instructor is missing

if(OPENTELEMETRY_INSTALL)
  opentelemetry_add_pkgconfig(
    api "OpenTelemetry API"
    "A header-only library to support instrumentation with OpenTelemetry."
    "${TARGET_DEPS}")
endif()

So it is impossible to use PkgConfig to add exporter libraries to the application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions