Skip to content

Commit aa3a681

Browse files
DoppelDedbaileychess
authored andcommitted
Fix typo in CMakeLists.txt (google#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>
1 parent ca120fd commit aa3a681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ if(FLATBUFFERS_BUILD_GRPCTEST)
598598
find_package(protobuf CONFIG REQUIRED)
599599
find_package(gRPC CONFIG REQUIRED)
600600
add_executable(grpctest ${FlatBuffers_GRPCTest_SRCS})
601-
target_link_libraries(grpctext
601+
target_link_libraries(grpctest
602602
PRIVATE
603603
$<BUILD_INTERFACE:ProjectConfig>
604604
gRPC::grpc++_unsecure

0 commit comments

Comments
 (0)