Skip to content

Commit

Permalink
[Geneva] Add nlohmann dependence when building as component (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Dec 6, 2024
1 parent c84da5a commit 6a11053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporters/fluentd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else()
target_link_libraries(
opentelemetry_exporter_geneva_trace
PUBLIC opentelemetry_trace opentelemetry_resources opentelemetry_common
INTERFACE nlohmann_json::nlohmann_json)
nlohmann_json::nlohmann_json)
endif()

# create fluentd logs exporter
Expand All @@ -93,7 +93,7 @@ else()
target_link_libraries(
opentelemetry_exporter_geneva_logs
PUBLIC opentelemetry_logs opentelemetry_resources opentelemetry_common
INTERFACE nlohmann_json::nlohmann_json)
nlohmann_json::nlohmann_json)
endif()

if(nlohmann_json_clone)
Expand Down

0 comments on commit 6a11053

Please sign in to comment.