You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a gmock dependency is missing. With a fresh build from a docker container, either master branch or humble branch, I get:
CMake Warning at /opt/ros/humble/share/ament_cmake_gmock/cmake/ament_cmake_gmock-extras.cmake:110 (message):
'gmock' not found, C++ tests using 'Google Mock' can not be built. Please
install the 'Google Mock' headers globally in your system to enable these
tests (e.g. on Ubuntu/Debian install the package 'google-mock') or get the
ament package 'gmock_vendor'
Call Stack (most recent call first):
/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_add_gmock.cmake:50 (_ament_cmake_gmock_find_gmock)
CMakeLists.txt:54 (ament_add_gmock)
I had run this previously which should have installed any deps: rosdep install --from-paths src -y --ignore-src
The text was updated successfully, but these errors were encountered:
I think a gmock dependency is missing. With a fresh build from a docker container, either
master
branch orhumble
branch, I get:I had run this previously which should have installed any deps:
rosdep install --from-paths src -y --ignore-src
The text was updated successfully, but these errors were encountered: