Skip to content

Commit 018c617

Browse files
committed
Modify to use discrete re2 package
Signed-off-by: Derek Foster <justffoulkes@gmail.com>
1 parent 02c8442 commit 018c617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stratum/tools/gnmi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ target_link_libraries(gnmi_cli PUBLIC
1818
gflags::gflags_shared
1919
gRPC::grpc
2020
gRPC::grpc++
21-
gRPC::re2
2221
protobuf::libprotobuf
2322
pthread
2423
google_rpc_proto
24+
re2::re2
2525
)
2626

2727
if(HAVE_POSIX_AIO)

0 commit comments

Comments
 (0)