ros-industrial / industrial_core

ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple: CMake targets depend on non-existent targets

gavanderhoorn opened this issue · comments

Seen in various Travis builds:

CMake Warning (dev) at /opt/ros/indigo/share/catkin/cmake/test/tests.cmake:137 (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 "joint_trajectory_action" of target
  "run_tests_industrial_robot_simulator_roslaunch-check_launch" does not
  exist.
Call Stack (most recent call first):
  /opt/ros/indigo/share/roslaunch/cmake/roslaunch-extras.cmake:51 (catkin_run_tests_target)
  CMakeLists.txt:18 (roslaunch_add_file_check)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/ros/indigo/share/catkin/cmake/test/tests.cmake:149 (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 "joint_trajectory_action" of target
  "_run_tests_industrial_robot_simulator_roslaunch-check_launch" does not
  exist.
Call Stack (most recent call first):
  /opt/ros/indigo/share/roslaunch/cmake/roslaunch-extras.cmake:51 (catkin_run_tests_target)
  CMakeLists.txt:18 (roslaunch_add_file_check)
This warning is for project developers.  Use -Wno-dev to suppress it.

this is one of those builds (search for error).