Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Nov 8, 2024
1 parent 7925a01 commit ee5e9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/test/w3c_tracecontext_http_test_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ target_link_libraries(
opentelemetry_http_client_curl opentelemetry_exporter_ostream_span
${CURL_LIBRARIES} nlohmann_json::nlohmann_json)
if(nlohmann_json_clone)
add_dependencies(w3c_tracecontext_http_test_server nlohmann_json::nlohmann_json)
add_dependencies(w3c_tracecontext_http_test_server
nlohmann_json::nlohmann_json)
endif()

0 comments on commit ee5e9b9

Please sign in to comment.