Skip to content

Commit

Permalink
remove ROS metapackage tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Nov 24, 2023
1 parent b8cbe11 commit 8da8d8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etsi_its_coding/etsi_its_coding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ if(${ROS_VERSION} EQUAL 2)
elseif(${ROS_VERSION} EQUAL 1)

find_package(catkin REQUIRED)
catkin_metapackage()
catkin_package()

endif()
1 change: 0 additions & 1 deletion etsi_its_coding/etsi_its_coding/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<depend>etsi_its_denm_coding</depend>

<export>
<metapackage condition="$ROS_VERSION == 1"/>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>

Expand Down
2 changes: 1 addition & 1 deletion etsi_its_messages/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ if(${ROS_VERSION} EQUAL 2)
elseif(${ROS_VERSION} EQUAL 1)

find_package(catkin REQUIRED)
catkin_metapackage()
catkin_package()

endif()
1 change: 0 additions & 1 deletion etsi_its_messages/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<exec_depend>etsi_its_msgs</exec_depend>

<export>
<metapackage condition="$ROS_VERSION == 1"/>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>

Expand Down

0 comments on commit 8da8d8c

Please sign in to comment.