File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,6 @@ if(WITH_OTLP_GRPC)
257257 find_package (re2 REQUIRED)
258258 if (WIN32 )
259259 find_package (openssl REQUIRED)
260- elseif (UNIX AND NOT APPLE AND NOT CYGWIN )
261- find_package (upb REQUIRED)
262260 endif ()
263261endif ()
264262
@@ -402,8 +400,7 @@ if(UNIX AND NOT APPLE AND NOT CYGWIN)
402400 "${OTEL_CPP_PREFIX} /lib/libopentelemetry_logs.a"
403401 "${OTEL_CPP_PREFIX} /lib/libopentelemetry_common.a"
404402 "${OTEL_CPP_PREFIX} /lib/libopentelemetry_otlp_recordable.a"
405- ${ABSL_LIBRARIES}
406- ${UPB_LIBRARIES} -Wl,--no -whole-archive)
403+ ${ABSL_LIBRARIES} -Wl,--no -whole-archive)
407404 target_link_options (${OPENTELEMETRY_PROXY_LIBRARY_NAME} PRIVATE ${OPENTELEMETRY_PROXY_LINK_OPTIONS} )
408405elseif (APPLE )
409406 set_target_properties (${OPENTELEMETRY_PROXY_LIBRARY_NAME} PROPERTIES INSTALL_RPATH "@executable_path" )
Original file line number Diff line number Diff line change 2020 " abseil" ,
2121 " c-ares" ,
2222 " re2" ,
23- " openssl" ,
24- " upb"
23+ " openssl"
2524 ]
2625 }
2726 },
You can’t perform that action at this time.
0 commit comments