ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Resolved it!

Seems the following line was needed after calling add library

add_dependencies((lib lib_gencpp)

Resolved it!

Seems the following line was needed after calling add library

add_dependencies((lib lib_gencpp)

add_dependencies(lib lib_gencpp)

Resolved Solved it!

Seems the following line was needed after calling add library

add_dependencies(lib lib_gencpp)

Solved it!

Seems the following line was needed after calling add library

add_dependencies(lib lib_gencpp)

is this the right way to do it or not?