summaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
diff options
context:
space:
mode:
author童宗振 <[email protected]>2023-12-27 04:05:09 +0000
committer陆秋文 <[email protected]>2023-12-27 04:05:09 +0000
commitb269cd473f22c60203ed50804dc7a26638e6964f (patch)
tree09bba165529645cafa57243c78ea58d679b946dd /include/CMakeLists.txt
parent8711dcbb38389e8a3a2fc5ad3f33408a5db5bb2d (diff)
build DPDK as a support library.
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r--include/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 8bd111d..62ab110 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -1,2 +1,2 @@
-install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR_RELATIVE_PATH} COMPONENT Program)
-install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR_RELATIVE_PATH} COMPONENT Program)
+install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program)
+install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program)