From e3cf4d0cf3b83f912474220ff52dfedc5a432084 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Wed, 15 Sep 2021 14:25:40 +0100 Subject: build: use GNUInstallDirs install destinations So as to be compliant with distribution layouts, as recommend by: https://cmake.org/cmake/help/latest/command/install.html#installing-files Type: make Change-Id: Ic46ace4f26aab1aa4902cbd013c40a92c480680d Signed-off-by: Nick Brown --- 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 53034bd27b8..df5d6114333 100644 --- a/src/vpp-api/vapi/CMakeLists.txt +++ b/src/vpp-api/vapi/CMakeLists.txt @@ -34,7 +34,7 @@ install( vapi.hpp vapi_internal.h DESTINATION - include/vapi + ${CMAKE_INSTALL_INCLUDEDIR}/vapi COMPONENT vpp-dev ) -- cgit 1.2.3-korg