diff options
| author | liuxueli <[email protected]> | 2022-10-09 18:22:42 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-10-09 18:22:42 +0800 |
| commit | bf7ef3eb6ccb0aedf47997981e66236c82d40eed (patch) | |
| tree | d063127f8036f5ef6a2800442fee98e62889aad8 /tools | |
| parent | f88f730fd657cf65a5af7c0723295f4b736e3a9a (diff) | |
提供maat_redis_tool的rpm安装包v3.6.15
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e235b8b..e397294 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -13,4 +13,4 @@ add_dependencies(maat_debug_tool maat_frame_shared) target_link_libraries(maat_debug_tool maat_frame_static ${MAAT_DEPEND_DYN_LIB}) target_include_directories(maat_debug_tool PRIVATE ${PROJECT_SOURCE_DIR}/src/inc_internal/) -install(TARGETS maat_redis_tool DESTINATION /usr/local/bin/) +install(TARGETS maat_redis_tool DESTINATION /usr/local/bin/ COMPONENT TOOLS) |
