diff options
author | Dmitry Valter <d-valter@yandex-team.ru> | 2021-09-19 23:47:19 +0300 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-27 14:38:47 +0000 |
commit | 41d7d0569b9aef1811336cf013f04b9ca50c7b3b (patch) | |
tree | 52799df6dcc66c2d25c8245ce4df99e223a568ce /src | |
parent | 134f1e02251b27ad73c3ff4591954c2e0919c984 (diff) |
tests: don't install vapi_c{,pp}_test
Don't install vapi_c{,pp}_test. It confuses dpkg-shlibdeps to think we
need libsubunit as shared lib dependency
Type: fix
Fixes: a2d6d352c6926d2f8d4e50aeb1ec59802f32b37b
Signed-off-by: d-valter@yandex-team.ru
Change-Id: Ifb702a61be32b37e79b48780cc61cb0838e87153
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp-api/vapi/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpp-api/vapi/CMakeLists.txt b/src/vpp-api/vapi/CMakeLists.txt index df5d6114333..e01692210bb 100644 --- a/src/vpp-api/vapi/CMakeLists.txt +++ b/src/vpp-api/vapi/CMakeLists.txt @@ -94,6 +94,7 @@ if(SUBUNIT_INCLUDE_DIR AND SUBUNIT_LIB) vapi_c_test.c DEPENDS fake_api_vapi_h LINK_LIBRARIES ${libs} + NO_INSTALL ) enable_language(CXX) @@ -102,6 +103,7 @@ if(SUBUNIT_INCLUDE_DIR AND SUBUNIT_LIB) vapi_cpp_test.cpp DEPENDS fake_api_vapi_hpp LINK_LIBRARIES ${libs} + NO_INSTALL ) else() |