mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Fix typo in CMakeLists.txt (#8167)
When building with make, it was failing for me because the target grpctext doesn't exist. I strongly assume this was meant to be grpctest. Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
parent
b08abbbbf6
commit
e1c3690a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ if(FLATBUFFERS_BUILD_GRPCTEST)
|
|||
find_package(protobuf CONFIG REQUIRED)
|
||||
find_package(gRPC CONFIG REQUIRED)
|
||||
add_executable(grpctest ${FlatBuffers_GRPCTest_SRCS})
|
||||
target_link_libraries(grpctext
|
||||
target_link_libraries(grpctest
|
||||
PRIVATE
|
||||
$<BUILD_INTERFACE:ProjectConfig>
|
||||
gRPC::grpc++_unsecure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue