I am using Ubuntu 14.04 with ROS Inidgo. When I run
$ catkin_make
I have the following error;
CMake Error at robot_localization_demo/CMakeLists.txt:176 (add_executable):
Target "odometry_node" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at robot_localization_demo/CMakeLists.txt:167 (add_executable):
Target "positioning_system_node" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Any way to fix this?
I am using Ubuntu 14.04 with ROS Inidgo. When I run
$ catkin_make
I have the following error;
CMake Error at robot_localization_demo/CMakeLists.txt:176 (add_executable):
Target "odometry_node" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at robot_localization_demo/CMakeLists.txt:167 (add_executable):
Target "positioning_system_node" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Any way to fix this?