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 /app | |
| parent | cadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (diff) | |
🐎 ci(DPISDN-9): 修复无法构建 debuginfo rpm 问题
修复无法构建 debuginfo rpm 问题
Diffstat (limited to 'app')
| -rw-r--r-- | app/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 5ee910c..f288663 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -19,4 +19,4 @@ target_include_directories(marsio INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include target_include_directories(marsio INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include/internal") target_include_directories(marsio INTERFACE ${SYSTEMD_INCLUDE_DIRS}) -install(TARGETS marsio LIBRARY DESTINATION ${MR_INSTALL_LIBDIR} COMPONENT Program) +install(TARGETS marsio LIBRARY DESTINATION ${MR_INSTALL_LIBDIR_RELATIVE_PATH} COMPONENT Program) |
