From 8dcc0bc310b951eff7fa382d3c564bfe6d14ae6c Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 14 May 2024 11:37:18 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.14=20=E6=B5=8B=E8=AF=95Findgrpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin_test_grpc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin_test_grpc/CMakeLists.txt b/bin_test_grpc/CMakeLists.txt index 83b3ec5..9cfb7a0 100644 --- a/bin_test_grpc/CMakeLists.txt +++ b/bin_test_grpc/CMakeLists.txt @@ -22,8 +22,8 @@ if(CLEAN_CMAKE_CACHE) endif () # GRPC and Protocol Buffers libraries location list(APPEND CMAKE_PREFIX_PATH "${LIB_BASE_DIR}/grpc-build" "${LIB_BASE_DIR}/protobuf-build") -find_package(Protobuf REQUIRED) -find_package(GRPC REQUIRED) +find_package(protobuf REQUIRED) +find_package(gRPC REQUIRED) set(PROTO_DIR ${CMAKE_CURRENT_SOURCE_DIR}) add_custom_command(