Robotics StackExchange | Archived questions

Unknown CMake command "rosbuild_add_boost_directories"

I want to use boost on Ros, but when I add rosbuildaddboost_directories() in CMakelist, the error happend, very strange

Asked by lizhecome on 2016-09-24 04:08:21 UTC

Comments

Answers

If this is a Catkin package, don't use any of the rosbuild_* CMake macros. Use find_package(Boost ..) etc.

Asked by gvdhoorn on 2016-09-24 05:32:40 UTC

Comments

Thanks, it work for me

Asked by lizhecome on 2016-09-25 08:16:06 UTC