Skip to content

Commit

Permalink
remove use_source_permissions to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Nov 11, 2024
1 parent 1bb04c9 commit 2343870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jsk_network_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ catkin_install_python(
install(
PROGRAMS scripts/expand_udp_receive_buffer.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
USE_SOURCE_PERMISSIONS
)
install(DIRECTORY launch test
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
Expand Down
1 change: 0 additions & 1 deletion jsk_topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ catkin_install_python(
install(
PROGRAMS scripts/sample_topic_update_caller.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
USE_SOURCE_PERMISSIONS
)

install(FILES ${jsk_topic_tools_test_files}
Expand Down

0 comments on commit 2343870

Please sign in to comment.