ros-simulation/stage_ros

compiling on saucy is missing dlopen link flags

tfoote opened this issue · 1 comments

I'm not sure what changed, but my hydro compile on saucy required adding dl to the target_link_libraries list of libraries. This should be done in a cleaner method calling find_package for dlopen.

Seems to be passing on Saucy with Indigo: http://www.ros.org/debbuild/indigo.html?q=stage I'm gonna close this.