diff options
| author | songyanchao <[email protected]> | 2023-06-14 10:32:28 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-16 06:25:31 +0000 |
| commit | a6fb6bb69f99d7dac3037882568c1e05044ff013 (patch) | |
| tree | 4a63e72c5192d2411b5d08bf46c6fca43b98f9f2 /include/CMakeLists.txt | |
| parent | cadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (diff) | |
🐎 ci(DPISDN-9): 修复无法构建 debuginfo rpm 问题
修复无法构建 debuginfo rpm 问题
Diffstat (limited to 'include/CMakeLists.txt')
| -rw-r--r-- | include/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 62ab110..8bd111d 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES external/marsio.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) -install(FILES external/mrtunnat.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program) +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) |
