Skip to content

Commit

Permalink
Adopt updated utilities repo to pick up morpheus_utils_configure_grpc…
Browse files Browse the repository at this point in the history
… method
  • Loading branch information
dagardner-nv committed Jan 8, 2024
1 parent 56035d8 commit 820c957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 820c957

Please sign in to comment.