summaryrefslogtreecommitdiff
path: root/pag
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-06-14 10:32:28 +0000
committersongyanchao <[email protected]>2023-06-16 06:25:31 +0000
commita6fb6bb69f99d7dac3037882568c1e05044ff013 (patch)
tree4a63e72c5192d2411b5d08bf46c6fca43b98f9f2 /pag
parentcadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (diff)
🐎 ci(DPISDN-9): 修复无法构建 debuginfo rpm 问题
修复无法构建 debuginfo rpm 问题
Diffstat (limited to 'pag')
-rw-r--r--pag/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pag/CMakeLists.txt b/pag/CMakeLists.txt
index 4b8e2cf..2617f94 100644
--- a/pag/CMakeLists.txt
+++ b/pag/CMakeLists.txt
@@ -12,5 +12,5 @@ set_target_properties(pag PROPERTIES LINK_FLAGS "-Wl,--version-script=${CMAKE_CU
target_include_directories(pag INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
# Install
-install(TARGETS pag LIBRARY DESTINATION ${MR_INSTALL_LIBDIR} COMPONENT Program)
-install(FILES libpag.h DESTINATION ${MR_INSTALL_INCLUDEDIR} COMPONENT Program)
+install(TARGETS pag LIBRARY DESTINATION ${MR_INSTALL_LIBDIR_RELATIVE_PATH} COMPONENT Program)
+install(FILES libpag.h DESTINATION ${MR_INSTALL_INCLUDEDIR_RELATIVE_PATH} COMPONENT Program)