From 599efc67e87e89666d44efd34b5d3db7ccf1f4ca Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 7 May 2020 16:49:45 +0200 Subject: build: various improvements - add option to install only host tools - add option to specify lib and runtime dir Type: improvement Change-Id: I6356b52df459120fc9b0127948bae7679fb10e52 Signed-off-by: Damjan Marion --- src/vpp-api/vapi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp-api/vapi') diff --git a/src/vpp-api/vapi/CMakeLists.txt b/src/vpp-api/vapi/CMakeLists.txt index 4c74ae80928..04e7edd5f2a 100644 --- a/src/vpp-api/vapi/CMakeLists.txt +++ b/src/vpp-api/vapi/CMakeLists.txt @@ -55,6 +55,6 @@ install( vapi_cpp_gen.py vapi_json_parser.py - DESTINATION bin + DESTINATION ${VPP_RUNTIME_DIR} COMPONENT vpp-dev ) -- cgit 1.2.3-korg