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 3d1536b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
3 changes: 1 addition & 2 deletions jsk_topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ install(DIRECTORY include/${PROJECT_NAME}/
)

file(GLOB PYTHON_SCRIPTS scripts/*.py)
list(APPEND PYTHON_SCRIPTS is_synchronized rostopic_connection_list)
list(APPEND PYTHON_SCRIPTS scripts/is_synchronized scripts/rostopic_connection_list)
catkin_install_python(
PROGRAMS ${PYTHON_SCRIPTS}
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand All @@ -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 3d1536b

Please sign in to comment.