Skip to content

Commit 8618fb8

Browse files
authored
Merge pull request #11 from PickNikRobotics/fix-package-xml-gmock
Add gmock to package.xml
2 parents 2649291 + 3249c7f commit 8618fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<depend>libsqlite3-dev</depend>
2525
<depend>libzmq3-dev</depend>
2626

27-
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
27+
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gmock</test_depend>
2828

2929
<export>
3030
<build_type condition="$ROS_VERSION == 1">catkin</build_type>

0 commit comments

Comments
 (0)