TousakaRin commented on code in PR #2171: URL: https://github.com/apache/brpc/pull/2171#discussion_r1196022509
########## CMakeLists.txt: ########## @@ -152,6 +152,7 @@ endif() find_package(Protobuf REQUIRED) find_package(Threads REQUIRED) +find_package (bson-1.0 1.7 REQUIRED) Review Comment: ok, 整个mongo的client支持都做成一个编译选项吧 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
