From: Dave Wallace Date: Wed, 15 Jan 2020 18:16:31 +0000 (+0000) Subject: build: install vpp_echo for CSIT QUIC perf tests X-Git-Tag: v20.05-rc0~1 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F24354%2F1;p=vpp.git build: install vpp_echo for CSIT QUIC perf tests Type: make Signed-off-by: Dave Wallace Change-Id: Iddfcce1f662efe63c5a6788a0a604917b1c9d81e --- diff --git a/src/plugins/hs_apps/CMakeLists.txt b/src/plugins/hs_apps/CMakeLists.txt index 3f410b7b85f..da86512f99f 100644 --- a/src/plugins/hs_apps/CMakeLists.txt +++ b/src/plugins/hs_apps/CMakeLists.txt @@ -38,7 +38,6 @@ if(VPP_BUILD_HS_SAPI_APPS) sapi/vpp_echo_proto_udp.c LINK_LIBRARIES vlibmemoryclient svm vppinfra pthread m rt DEPENDS api_headers - NO_INSTALL ) endif(VPP_BUILD_HS_SAPI_APPS)