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/vlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vlib/CMakeLists.txt') diff --git a/src/vlib/CMakeLists.txt b/src/vlib/CMakeLists.txt index c8127fbe337..df51b2e99eb 100644 --- a/src/vlib/CMakeLists.txt +++ b/src/vlib/CMakeLists.txt @@ -41,7 +41,7 @@ configure_file( ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/config.h - DESTINATION include/vlib + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vlib COMPONENT vpp-dev ) -- cgit 1.2.3-korg