Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit dd14dcc

Browse files
authored
Remove conditions on ROS version in package.xml (#35)
1 parent 76a15d7 commit dd14dcc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

kinesis_video_streamer/package.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
<depend>image_transport</depend>
2121
<depend>std_msgs</depend>
2222

23-
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
24-
<test_depend condition="$ROS_VERSION == 1">google-mock</test_depend>
25-
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
26-
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gmock</test_depend>
23+
<test_depend>gtest</test_depend>
24+
<test_depend>google-mock</test_depend>
2725
<test_depend>rostest</test_depend>
2826
<test_depend>rostopic</test_depend>
2927
</package>

0 commit comments

Comments
 (0)