Skip to content

Commit

Permalink
Modify to use discrete re2 package (#322)
Browse files Browse the repository at this point in the history
- Link with `re2::re2` instead of `gRPC::re2`.

Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes authored Jan 1, 2025
1 parent 02c8442 commit 3975e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stratum/tools/gnmi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ target_link_libraries(gnmi_cli PUBLIC
gflags::gflags_shared
gRPC::grpc
gRPC::grpc++
gRPC::re2
protobuf::libprotobuf
pthread
google_rpc_proto
re2::re2
)

if(HAVE_POSIX_AIO)
Expand Down

0 comments on commit 3975e21

Please sign in to comment.