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

Cannot specify link libraries for target "pluginlib_utest"

asked 2014-12-16 18:38:50 -0500

chris_ gravatar image

I'm building ROS on Yosemite and have built 72/196 packages successfully after a bit of debugging. Now I am stumped at this error:

-- catkin 0.5.89
-- Boost version: 1.56.0
-- Found the following Boost libraries:
--   filesystem
--   system
CMake Warning at /Users/kal04p/ros_catkin_ws/install_isolated/share/catkin/cmake/test/gtest.cmake:29 (message):
  skipping gtest 'pluginlib_utest' in project 'pluginlib'
Call Stack (most recent call first):
  CMakeLists.txt:35 (catkin_add_gtest)


CMake Error at CMakeLists.txt:36 (target_link_libraries):
  Cannot specify link libraries for target "pluginlib_utest" which is not
  built by this project.


-- Configuring incomplete, errors occurred!
See also "/Users/kal04p/ros_catkin_ws/build_isolated/pluginlib/CMakeFiles/CMakeOutput.log".
<== Failed to process package 'pluginlib':
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-12-16 18:43:04 -0500

chris_ gravatar image

This was fixed by brew install gtest. Hopefully useful for future visitors.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-12-16 18:38:50 -0500

Seen: 1,116 times

Last updated: Dec 16 '14