Skip to content

Commit 41ecfa4

Browse files
authored
Deprecate gtest_vendor and gmock_vendor (#41)
Signed-off-by: Shane Loretz <sloretz@intrinsic.ai>
1 parent bee0ad5 commit 41ecfa4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

googlemock/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828

2929
<export>
3030
<build_type>cmake</build_type>
31+
<deprecated>Use the rosdep key libgmock-dev instead</deprecated>
3132
</export>
3233
</package>

googletest/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@
4949

5050
<export>
5151
<build_type>cmake</build_type>
52+
<deprecated>Use the rosdep key libgtest-dev instead</deprecated>
5253
</export>
5354
</package>

0 commit comments

Comments
 (0)