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

fix cmake failure when building without tests #87

Merged
merged 1 commit into from Nov 8, 2019
Merged

fix cmake failure when building without tests #87

merged 1 commit into from Nov 8, 2019

Conversation

ftsell
Copy link
Contributor

@ftsell ftsell commented Oct 1, 2019

If -DCATKIN_ENABLE_TESTING=0 is set during cmakeing the call to catkin_add_nosetests(...) fails.
This is fixed by checking if testing is enabled.

closes #86

If -DCATKIN_ENABLE_TESTING=0 is set during cmakeing the call to
catkin_add_nosetests(...) fails. This is fixed by checking if testing is
enabled
Copy link
Member

@tfoote tfoote 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 patch. LGTM

@ftsell
Copy link
Contributor Author

ftsell commented Oct 17, 2019

Thanks for the approval. But I think you have to click on the merge button because I don't have write access to the repository.

@tfoote
Copy link
Member

tfoote commented Oct 21, 2019

Yes, I need to land it at a time I can monitor the buildfarm closely as it runs off of master.

@tfoote tfoote self-assigned this Oct 22, 2019
@ftsell
Copy link
Contributor Author

ftsell commented Oct 22, 2019

ok sure, no worries :D

@tfoote tfoote merged commit 884f769 into ros-infrastructure:master Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build fails if CATKIN_ENABLE_TESTING is false
2 participants