From 0a2006c1e8b4d6f2ddad84e529eac7f7db9d8aef Mon Sep 17 00:00:00 2001 From: nekosu Date: Mon, 9 Oct 2023 11:54:38 +0800 Subject: [PATCH] test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cff18658d..69961a410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if(WITH_THRIFT) find_package(Thrift CONFIG REQUIRED) endif(WITH_THRIFT) if(WITH_GRPC) - find_package(protobuf REQUIRED) + find_package(protobuf CONFIG REQUIRED) find_package(gRPC CONFIG REQUIRED) message(${Protobuf_LIBRARIES})