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

Make ament_cmake_test a dep of ament_cmake_google_benchmark #293

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Oct 21, 2020

This hasn't been a problem yet because we've always had find_package(ament_cmake_test) (or more commonly, something that depends on it, like ament_lint_auto) within the same scope that we find_package(ament_cmake_google_benchmark). We need this dependency because the macros defined by this package invoke ament_add_test().

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay added the bug Something isn't working label Oct 21, 2020
@cottsay cottsay self-assigned this Oct 21, 2020
@cottsay cottsay changed the title Mark ament_cmake_test as a dependency of ament_cmake_google_benchmark Make ament_cmake_test a dep of ament_cmake_google_benchmark Oct 21, 2020
@cottsay cottsay merged commit bf8541b into master Oct 21, 2020
@cottsay cottsay deleted the cottsay/benchmark_without_test branch October 21, 2020 18:15
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.

4 participants