Skip to content

Commit

Permalink
nlohmann_json::nlohmann_json added (open-telemetry#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
iocumine authored Jul 2, 2021
1 parent 98013c2 commit 8695e8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ if(WITH_OTLP_HTTP)
set_target_properties(opentelemetry_exporter_otlp_http
PROPERTIES EXPORT_NAME otlp_http_exporter)

target_link_libraries(opentelemetry_exporter_otlp_http
PUBLIC opentelemetry_otlp_recordable http_client_curl)
target_link_libraries(
opentelemetry_exporter_otlp_http
PUBLIC opentelemetry_otlp_recordable http_client_curl
nlohmann_json::nlohmann_json)

list(APPEND OPENTELEMETRY_OTLP_TARGETS opentelemetry_exporter_otlp_http)
endif()
Expand Down

0 comments on commit 8695e8a

Please sign in to comment.