We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925a01 commit ee5e9b9Copy full SHA for ee5e9b9
ext/test/w3c_tracecontext_http_test_server/CMakeLists.txt
@@ -10,5 +10,6 @@ target_link_libraries(
10
opentelemetry_http_client_curl opentelemetry_exporter_ostream_span
11
${CURL_LIBRARIES} nlohmann_json::nlohmann_json)
12
if(nlohmann_json_clone)
13
- add_dependencies(w3c_tracecontext_http_test_server nlohmann_json::nlohmann_json)
+ add_dependencies(w3c_tracecontext_http_test_server
14
+ nlohmann_json::nlohmann_json)
15
endif()
0 commit comments