aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-01-15 18:16:31 +0000
committerDave Wallace <dwallacelf@gmail.com>2020-01-15 18:16:31 +0000
commite5060b33bd680aef7fb0ba80a5123532f07e6300 (patch)
tree8dc9bfbd174101db30cbd8408d44cfd4708bce79
parent79bfb9e09c7bf2072d34b2ed6159ba11815dab3a (diff)
build: install vpp_echo for CSIT QUIC perf tests
Type: make Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Iddfcce1f662efe63c5a6788a0a604917b1c9d81e
-rw-r--r--src/plugins/hs_apps/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)