ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

fix cmake failure when building without tests #87

Closed ftsell closed 4 years ago

ftsell commented 4 years ago

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

ftsell commented 4 years ago

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 commented 4 years ago

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

ftsell commented 4 years ago

ok sure, no worries :D