We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80826c commit 17249acCopy full SHA for 17249ac
exporters/fluentd/CMakeLists.txt
@@ -72,7 +72,7 @@ else()
72
target_link_libraries(
73
opentelemetry_exporter_geneva_trace
74
PUBLIC opentelemetry_trace opentelemetry_resources opentelemetry_common
75
- INTERFACE nlohmann_json::nlohmann_json)
+ nlohmann_json::nlohmann_json)
76
endif()
77
78
# create fluentd logs exporter
@@ -93,7 +93,7 @@ else()
93
94
opentelemetry_exporter_geneva_logs
95
PUBLIC opentelemetry_logs opentelemetry_resources opentelemetry_common
96
97
98
99
if(nlohmann_json_clone)
0 commit comments