We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea070 commit fdd8d68Copy full SHA for fdd8d68
cpp/code/CMakeLists.txt
@@ -79,6 +79,7 @@ recipe(flight)
79
# Add protobuf to flight
80
find_package(gRPC CONFIG REQUIRED)
81
find_package(Threads)
82
+find_package(gtest)
83
84
set(PROTO_FILES
85
protos/helloworld.proto
0 commit comments