Skip to content

[BUILD] Cmake option WITH_OTLP_GRPC_SSL_MTLS_PREVIEW is hidden #2700

@marcalff

Description

@marcalff

The build supports compiling with WITH_OTLP_GRPC_SSL_MTLS_PREVIEW, per api/CMakeLists:

if(WITH_OTLP_GRPC_SSL_MTLS_PREVIEW)
  target_compile_definitions(opentelemetry_api
                             INTERFACE ENABLE_OTLP_GRPC_SSL_MTLS_PREVIEW)
endif()

The problem is that this option, WITH_OTLP_GRPC_SSL_MTLS_PREVIEW, is not defined in the top level CMakeLists.txt.

When using ccmake, the UI does not expose this choice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions