diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-01-15 18:16:31 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-01-15 18:16:31 +0000 |
commit | e5060b33bd680aef7fb0ba80a5123532f07e6300 (patch) | |
tree | 8dc9bfbd174101db30cbd8408d44cfd4708bce79 /src | |
parent | 79bfb9e09c7bf2072d34b2ed6159ba11815dab3a (diff) |
build: install vpp_echo for CSIT QUIC perf tests
Type: make
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Iddfcce1f662efe63c5a6788a0a604917b1c9d81e
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/hs_apps/CMakeLists.txt | 1 |
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) |