Skip to content

Commit

Permalink
Merge pull request #50 from minhanghuang/fix-tools
Browse files Browse the repository at this point in the history
fix(tools): solve the installation path error problem
  • Loading branch information
minhanghuang authored Feb 29, 2024
2 parents f5f1a77 + 6ec7ed0 commit 86f89ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyber/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ install(FILES
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_launch/cyber_launch
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_node/cyber_node
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_service/cyber_service
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_service/cyber_monitor
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_service/cyber_recorder
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_monitor/cyber_monitor
${CMAKE_BINARY_DIR}/bin/cyber/tools/cyber_recorder/cyber_recorder
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION bin
)
Expand Down

0 comments on commit 86f89ee

Please sign in to comment.