Skip to content

Commit

Permalink
update storage tool to package (vesoft-inc#727)
Browse files Browse the repository at this point in the history
Co-authored-by: cpw <[email protected]>
  • Loading branch information
critical27 and CPWstatic authored Feb 26, 2021
1 parent 0d96ac7 commit 4f1775e
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,9 @@ install(
tool
)

#install(
# FILES
# ${NEBULA_STORAGE_BINARY_DIR}/bin/simple_kv_verify
# PERMISSIONS
# OWNER_EXECUTE OWNER_WRITE OWNER_READ
# GROUP_EXECUTE GROUP_READ
# WORLD_EXECUTE WORLD_READ
# DESTINATION
# bin
# COMPONENT
# tool
#)

install(
FILES
${NEBULA_STORAGE_BINARY_DIR}/bin/storage_perf
${NEBULA_STORAGE_BINARY_DIR}/bin/meta_dump
PERMISSIONS
OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
Expand All @@ -123,7 +110,7 @@ install(

install(
FILES
${NEBULA_STORAGE_BINARY_DIR}/bin/storage_integrity
${NEBULA_STORAGE_BINARY_DIR}/bin/db_upgrader
PERMISSIONS
OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
Expand Down

0 comments on commit 4f1775e

Please sign in to comment.