Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 9, 2023
1 parent 20d21f5 commit 0a2006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 0a2006c

Please sign in to comment.