Skip to content

Commit

Permalink
Merge pull request #504 from k-okada/dialogflow_install_config
Browse files Browse the repository at this point in the history
fix CMake: install apps/samples/config
  • Loading branch information
k-okada committed Apr 11, 2024
2 parents 56747c3 + 852fe89 commit 1803609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow_task_executive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ catkin_install_python(
PROGRAMS ${PYTHON_SCRIPT_FILES}
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

install(DIRECTORY launch
install(DIRECTORY launch apps samples config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
USE_SOURCE_PERMISSIONS
)
Expand Down

0 comments on commit 1803609

Please sign in to comment.