From cadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d Mon Sep 17 00:00:00 2001 From: songyanchao Date: Wed, 14 Jun 2023 02:01:07 +0000 Subject: 🐎 ci(DPISDN-9): 添加多平台rpm打包流程 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加多平台rpm打包流程 --- include/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8fed775..62ab110 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES external/marsio.h DESTINATION include COMPONENT Program) -install(FILES external/mrtunnat.h DESTINATION include COMPONENT Program) \ No newline at end of file +install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) +install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) -- cgit v1.2.3