You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your environment - ubuntu, libcurl not installed, gRPC installed.
Steps to reproduce
$ cmake -DWITH_OTLP=ON ..
What is the expected behavior?
As OTLP GRPC exporter doesn't use JSON serialization, its build shouldn't try installing nlohmann-json if package is not already installed.
What did you expect to see?
Build should succeed without nlohmann-json.
What is the actual behavior?
Build tries to install nlohmann-json from submodules, or from outside if missing.
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe your environment - ubuntu, libcurl not installed, gRPC installed.
Steps to reproduce
$ cmake -DWITH_OTLP=ON ..
What is the expected behavior?
As OTLP GRPC exporter doesn't use JSON serialization, its build shouldn't try installing nlohmann-json if package is not already installed.
What did you expect to see?
Build should succeed without nlohmann-json.
What is the actual behavior?
Build tries to install nlohmann-json from submodules, or from outside if missing.
Additional context
None
The text was updated successfully, but these errors were encountered: