Skip to content

Commit

Permalink
fix: missing link to nlohmann_json
Browse files Browse the repository at this point in the history
`es_log_exporter.h` includes "nlohmann/json.hpp".
  • Loading branch information
leodido authored May 12, 2022
1 parent 88e23ad commit 05a31b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/elasticsearch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target_include_directories(

target_link_libraries(
opentelemetry_exporter_elasticsearch_logs
PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl)
PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl nlohmann_json::nlohmann_json)

install(
TARGETS opentelemetry_exporter_elasticsearch_logs
Expand Down

0 comments on commit 05a31b5

Please sign in to comment.