Skip to content

Commit 18a27df

Browse files
authored
Fixes #2352 (#2353)
1 parent 05b26ca commit 18a27df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporters/otlp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ if(BUILD_TESTING)
342342
${GMOCK_LIB}
343343
opentelemetry_exporter_otlp_http_log
344344
opentelemetry_logs
345-
opentelemetry_http_client_nosend)
345+
opentelemetry_http_client_nosend
346+
nlohmann_json::nlohmann_json)
346347
gtest_add_tests(
347348
TARGET otlp_http_log_record_exporter_test
348349
TEST_PREFIX exporter.otlp.

0 commit comments

Comments
 (0)