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

rosidl_generator_c: don't depend on rosidl_runtime_c when tests are disabled #503

Merged
merged 1 commit into from
Jun 24, 2020
Merged

rosidl_generator_c: don't depend on rosidl_runtime_c when tests are disabled #503

merged 1 commit into from
Jun 24, 2020

Conversation

lopsided98
Copy link
Contributor

rosidl_generator_c currently depends rosidl_runtime_c (a test_depend in package.xml) even when BUILD_TESTING is disabled, causing the build to fail if the test_depends are not available. This PR makes the dependency conditional on BUILD_TESTING.

@dirk-thomas dirk-thomas added the bug Something isn't working label Jun 24, 2020
@dirk-thomas
Copy link
Member

Thank you for the fix. It seems this regression was introduced in #442.

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.

2 participants