Skip to content

Commit

Permalink
Fixing Travis test for gNMI
Browse files Browse the repository at this point in the history
  • Loading branch information
ygorelik committed Nov 14, 2019
1 parent 0ac3d1a commit 256f3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gnmi_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add_executable(gnmi_server "gnmi_server.cpp" ${libgnmi_sources})

set(IS_SECURE True)
if(${IS_SECURE})
target_link_directories(gnmi_server PUBLIC /usr/local/lib)
# target_link_directories(gnmi_server PUBLIC /usr/local/lib)
target_link_libraries(gnmi_server ${PROTOBUF_LIBRARY} grpc++)
else(NOT ${IS_SECURE})
target_link_libraries(gnmi_server ${PROTOBUF_LIBRARY} grpc++_unsecure)
Expand Down

0 comments on commit 256f3d0

Please sign in to comment.