Skip to content

Commit 5d63ebc

Browse files
committed
Fix copy&paste error
1 parent 57bffa2 commit 5d63ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4094,7 +4094,7 @@ macro(build_opentelemetry)
40944094
if(NLOHMANN_JSON_VENDORED)
40954095
add_dependencies(opentelemetry_dependencies nlohmann_json_fc)
40964096
else()
4097-
add_dependencies(google_cloud_cpp_dependencies nlohmann_json::nlohmann_json)
4097+
add_dependencies(opentelemetry_dependencies nlohmann_json::nlohmann_json)
40984098
endif()
40994099

41004100
add_dependencies(opentelemetry_dependencies opentelemetry_proto_ep

0 commit comments

Comments
 (0)