diff options
author | Nick Brown <nickbroon@gmail.com> | 2021-09-15 14:25:40 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-17 20:25:49 +0000 |
commit | e3cf4d0cf3b83f912474220ff52dfedc5a432084 (patch) | |
tree | 5766e961c148fec0af9063e9adb190b0d82052a2 /src/vat2 | |
parent | 8b997772633f33528ca4f0b702e93dcfc1c24395 (diff) |
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 <nickbroon@gmail.com>
Diffstat (limited to 'src/vat2')
-rw-r--r-- | src/vat2/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vat2/CMakeLists.txt b/src/vat2/CMakeLists.txt index 2afb95e6920..9ee2d8211eb 100644 --- a/src/vat2/CMakeLists.txt +++ b/src/vat2/CMakeLists.txt @@ -98,6 +98,6 @@ install( FILES jsonconvert.h vat2_helpers.h - DESTINATION include/vat2 + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vat2 COMPONENT vpp-dev ) |