yujinrobot / yujin_ocs

Yujin Robot's open-source control libraries
http://wiki.ros.org/yujin_ocs
242 stars 181 forks source link

Drop dependency on gencpp target #142

Open mikepurvis opened 4 years ago

mikepurvis commented 4 years ago

Not needed when using isolated build tools like catkin_tools and colcon, and throws this error:

--- stderr: yocs_cmd_vel_mux
CMake Warning (dev) at CMakeLists.txt:27 (add_dependencies):
  Policy CMP0046 is not set: Error on non-existent dependency in
  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  The dependency target "geometry_msgs_gencpp" of target
  "yocs_cmd_vel_mux_nodelet" does not exist.
This warning is for project developers.  Use -Wno-dev to suppress it.

---