Skip to content

Commit

Permalink
Fixes #2352
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Oct 9, 2023
1 parent 0eaa794 commit 8ee248e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ if(BUILD_TESTING)
${GMOCK_LIB}
opentelemetry_exporter_otlp_http_log
opentelemetry_logs
opentelemetry_http_client_nosend)
opentelemetry_http_client_nosend
nlohmann_json::nlohmann_json)
gtest_add_tests(
TARGET otlp_http_log_record_exporter_test
TEST_PREFIX exporter.otlp.
Expand Down

0 comments on commit 8ee248e

Please sign in to comment.