diff options
| author | songyanchao <[email protected]> | 2023-06-14 02:01:07 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-16 06:25:31 +0000 |
| commit | cadc74f6e1389b5ebbaa2b6d0b15c370bd1f2a1d (patch) | |
| tree | 97c7f42f1103b8f94ae15f6be8c8859568cd2b13 /tunnat | |
| parent | b9c8cd5ae622be17a9c16294795a3e69cefb2238 (diff) | |
🐎 ci(DPISDN-9): 添加多平台rpm打包流程
添加多平台rpm打包流程
Diffstat (limited to 'tunnat')
| -rw-r--r-- | tunnat/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnat/CMakeLists.txt b/tunnat/CMakeLists.txt index 0b9eca0..05d3791 100644 --- a/tunnat/CMakeLists.txt +++ b/tunnat/CMakeLists.txt @@ -14,7 +14,7 @@ target_include_directories(mrtunnat PRIVATE ${SYSTEMD_INCLUDE_DIRS}) target_include_directories(mrtunnat PRIVATE include) # Install -install(TARGETS mrtunnat RUNTIME DESTINATION bin COMPONENT Program) +install(TARGETS mrtunnat RUNTIME DESTINATION ${MR_INSTALL_BINDIR} COMPONENT Program) # test add_executable(TestSession test/TestSession.cc src/session.cc src/tunnel.cc) |
