Skip to content

Commit 4b69a10

Browse files
authored
fix: missing link to nlohmann_json (#1390)
1 parent 88e23ad commit 4b69a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporters/elasticsearch/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ target_include_directories(
1010

1111
target_link_libraries(
1212
opentelemetry_exporter_elasticsearch_logs
13-
PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl)
13+
PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl
14+
nlohmann_json::nlohmann_json)
1415

1516
install(
1617
TARGETS opentelemetry_exporter_elasticsearch_logs

0 commit comments

Comments
 (0)