conanfile_stable.txt 709 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. [requires]
  4. zlib/1.2.13
  5. libcurl/8.5.0
  6. abseil/20230125.3
  7. protobuf/3.21.12
  8. grpc/1.54.3
  9. nlohmann_json/3.10.5
  10. prometheus-cpp/1.2.4
  11. opentracing-cpp/1.6.0
  12. [options]
  13. grpc/*:fPIC=True
  14. grpc/*:shared=False
  15. grpc/*:csharp_plugin=False
  16. grpc/*:node_plugin=False
  17. grpc/*:objective_c_plugin=False
  18. grpc/*:php_plugin=False
  19. grpc/*:python_plugin=False
  20. grpc/*:ruby_plugin=False
  21. protobuf/*:fPIC=True
  22. protobuf/*:shared=False
  23. abseil/*:fPIC=True
  24. abseil/*:shared=False
  25. opentracing-cpp/*:fPIC=True
  26. opentracing-cpp/*:shared=True
  27. pcre2/*:with_bzip2=False
  28. [test_requires]
  29. gtest/1.14.0
  30. benchmark/1.8.3
  31. [generators]
  32. CMakeToolchain
  33. CMakeDeps
  34. [layout]
  35. cmake_layout