Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing test_depend ament_cmake_gmock #639

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

sloretz
Copy link
Contributor

@sloretz sloretz commented Feb 5, 2021

Fixes failure to build Rolling CI introduced in #636

https://build.ros2.org/job/Rci__nightly-connext_ubuntu_focal_amd64/221/console
https://build.ros2.org/job/Rci__nightly-cyclonedds_ubuntu_focal_amd64/225/console

03:28:18 CMake Error at CMakeLists.txt:64 (find_package):
03:28:18   By not providing "Findament_cmake_gmock.cmake" in CMAKE_MODULE_PATH this
03:28:18   project has asked CMake to find a package configuration file provided by
03:28:18   "ament_cmake_gmock", but CMake did not find one.
03:28:18 
03:28:18   Could not find a package configuration file provided by "ament_cmake_gmock"
03:28:18   with any of the following names:
03:28:18 
03:28:18     ament_cmake_gmockConfig.cmake
03:28:18     ament_cmake_gmock-config.cmake
03:28:18 
03:28:18   Add the installation prefix of "ament_cmake_gmock" to CMAKE_PREFIX_PATH or
03:28:18   set "ament_cmake_gmock_DIR" to a directory containing one of the above
03:28:18   files.  If "ament_cmake_gmock" provides a separate development package or
03:28:18   SDK, be sure it has been installed.
```

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@sloretz sloretz added the bug Something isn't working label Feb 5, 2021
@sloretz sloretz self-assigned this Feb 5, 2021
@sloretz sloretz requested a review from a team as a code owner February 5, 2021 21:51
@sloretz sloretz requested review from prajakta-gokhale and removed request for a team February 5, 2021 21:51
@sloretz
Copy link
Contributor Author

sloretz commented Feb 5, 2021

CI (build: --packages-up-to rosbag2_compression_zstd test: --packages-select rosbag2_compression_zstd)

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Member

@audrow audrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, with green CI (I see it's almost done)!

Copy link
Collaborator

@emersonknapp emersonknapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! This one's my bad!

@sloretz sloretz merged commit 68897af into master Feb 5, 2021
@delete-merged-branch delete-merged-branch bot deleted the add_missing_dep__rosbag2_compression_zstd branch February 5, 2021 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants