Unknown CMake command "rosbuild_add_boost_directories"
I want to use boost on Ros, but when I add rosbuild_add_boost_directories() in CMakelist, the error happend, very strange
I want to use boost on Ros, but when I add rosbuild_add_boost_directories() in CMakelist, the error happend, very strange
If this is a Catkin package, don't use any of the rosbuild_*
CMake macros. Use find_package(Boost ..)
etc.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-09-24 04:08:21 -0500
Seen: 345 times
Last updated: Sep 24 '16
catkin_make fails, looking for -lBoost::system
error: ‘__s_getMD5Sum’ is not a member
boost path when cross compiling
ROS executable without Boost dependency
Disabling boost for a custom package
catkin_make error while building hector_slam
boost::filesystem version issues
Boost python not found when building cv_bridge under OSX
Publisher gives segmentation fault unless message is defined in a "parent scope"