Skip to content

Commit

Permalink
Update how find ament_cmake_gmock package (ros2#2704)
Browse files Browse the repository at this point in the history
- update in `source/How-To-Guides/Ament-Cmake-Documentation.rst`
  • Loading branch information
physalily committed Jun 9, 2022
1 parent 9ef985d commit 6ac3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/Ament-CMake-Documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Similarly, there is a CMake macro to set up GTest including GMock:

.. code-block:: cmake
find_package(ament_gmock REQUIRED)
find_package(ament_cmake_gmock REQUIRED)
ament_add_gmock(some_test <test_sources>)
It has the same additional parameters as ``ament_add_gtest``.
Expand Down

0 comments on commit 6ac3050

Please sign in to comment.