Skip to content

Commit

Permalink
ci: fix build error on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 11, 2023
1 parent 43605cf commit 7510d54
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()
if(WITH_GRPC)
find_package(protobuf CONFIG REQUIRED)
find_package(protobuf CONFIG) # protoc cannot been found on arm
find_package(gRPC CONFIG REQUIRED)
endif()

Expand Down

0 comments on commit 7510d54

Please sign in to comment.