From 820c9572bdc6cf55b4dc482c0ab97caf075ade36 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 8 Jan 2024 11:20:22 -0800 Subject: [PATCH] Adopt updated utilities repo to pick up morpheus_utils_configure_grpc method --- cmake/dependencies.cmake | 11 ++--------- external/utilities | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake index 8bbabc75a1..e22889979d 100644 --- a/cmake/dependencies.cmake +++ b/cmake/dependencies.cmake @@ -50,16 +50,9 @@ endif() # ==== morpheus_utils_configure_glog() -# grpc-repo +# grpc # ========= -rapids_find_package(gRPC REQUIRED - GLOBAL_TARGETS - gRPC::address_sorting gRPC::gpr gRPC::grpc gRPC::grpc_unsecure gRPC::grpc++ gRPC::grpc++_alts gRPC::grpc++_error_details gRPC::grpc++_reflection - gRPC::grpc++_unsecure gRPC::grpc_plugin_support gRPC::grpcpp_channelz gRPC::upb gRPC::grpc_cpp_plugin gRPC::grpc_csharp_plugin gRPC::grpc_node_plugin - gRPC::grpc_objective_c_plugin gRPC::grpc_php_plugin gRPC::grpc_python_plugin gRPC::grpc_ruby_plugin - BUILD_EXPORT_SET ${PROJECT_NAME}-core-exports - INSTALL_EXPORT_SET ${PROJECT_NAME}-core-exports -) +morpheus_utils_configure_grpc() if(MORPHEUS_BUILD_TESTS) # google test diff --git a/external/utilities b/external/utilities index 38eff9a0ef..eb55e1acb7 160000 --- a/external/utilities +++ b/external/utilities @@ -1 +1 @@ -Subproject commit 38eff9a0ef89031407735fd9ca60b0763b3767ad +Subproject commit eb55e1acb73df1dbf4c1b69f17c918c661921c3c