Skip to content

Commit

Permalink
Merge pull request #112 from 130s/fix-build
Browse files Browse the repository at this point in the history
Fix: Buildfarm issue #111
  • Loading branch information
130s committed Jul 14, 2023
2 parents d03ff24 + 696a91a commit 5718621
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion executive_smach/package.xml
Expand Up @@ -7,7 +7,7 @@
This metapackage depends on the SMACH library and ROS SMACH integration
packages.
</description>
<maintainer email="gm130s@gmail.com">Isaac I. Y. Saito</maintainer>
<maintainer email="iisaac.saito@gmail.com">Isaac Saito</maintainer>
<license>BSD</license>

<url>http://ros.org/wiki/smach</url>
Expand Down
2 changes: 1 addition & 1 deletion smach/package.xml
Expand Up @@ -11,7 +11,7 @@
maintainable and modular code.
</description>

<maintainer email="gm130s@gmail.com">Isaac I. Y. Saito</maintainer>
<maintainer email="iisaac.saito@gmail.com">Isaac Saito</maintainer>
<license>BSD</license>

<author>Jonathan Bohren</author>
Expand Down
4 changes: 1 addition & 3 deletions smach_msgs/CMakeLists.txt
Expand Up @@ -3,9 +3,7 @@ cmake_minimum_required(VERSION 3.22)
project(smach_msgs)

set(AMENT_DEPS
ament_cmake
ament_cmake_flake8
ament_cmake_pep257)
ament_cmake)
foreach(dep IN ITEMS ${AMENT_DEPS})
find_package(${dep} REQUIRED)
endforeach()
Expand Down
7 changes: 4 additions & 3 deletions smach_msgs/package.xml
Expand Up @@ -8,14 +8,17 @@
interfaces for smach.
</description>

<maintainer email="gm130s@gmail.com">Isaac I. Y. Saito</maintainer>
<maintainer email="iisaac.saito@gmail.com">Isaac Saito</maintainer>
<license>BSD</license>

<author>Jonathan Bohren</author>
<author>Charles Lesire</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_cppcheck</buildtool_depend>
<!-- ament_cmake_{flake8, pep257} are added to workaround https://github.com/ros2/rosidl_python/issues/198 -->
<buildtool_depend>ament_cmake_flake8</buildtool_depend>
<buildtool_depend>ament_cmake_pep257</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<build_depend>builtin_interfaces</build_depend>
Expand All @@ -26,8 +29,6 @@
<exec_depend>std_msgs</exec_depend>

<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 5718621

Please sign in to comment.