Skip to content

Commit

Permalink
Fix: smach_msgs: Build failure (https://github.com/ros/executive_smac…
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jun 12, 2023
1 parent fbb43b5 commit 9ce5ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smach_msgs/CMakeLists.txt
Expand Up @@ -4,7 +4,8 @@ project(smach_msgs)

set(AMENT_DEPS
ament_cmake
ament_cmake_flake8)
ament_cmake_flake8
ament_cmake_pep257)
foreach(dep IN ITEMS ${AMENT_DEPS})
find_package(${dep} REQUIRED)
endforeach()
Expand Down
1 change: 1 addition & 0 deletions smach_msgs/package.xml
Expand Up @@ -27,6 +27,7 @@

<test_depend>ament_cmake_cpplint</test_depend>
<test_depend>ament_cmake_flake8</test_depend>
<test_depend>ament_cmake_pep257</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>
<test_depend>ament_lint</test_depend>

Expand Down

0 comments on commit 9ce5ef1

Please sign in to comment.