opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

[BUILD] Add a CMake option to disable shared libs

Open tobim opened this issue 1 year ago • 5 comments

This option is useful to support platforms that do not support dynamic libraries and dlopen.

Fixes # (issue)

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • [ ] CHANGELOG.md updated for non-trivial changes
  • [ ] Unit tests have been added
  • [ ] Changes in public API reviewed

tobim avatar Oct 12 '24 12:10 tobim