Skip to content
Snippets Groups Projects
Commit 67b4f5f5 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] export Boost::program_options

as it should be a private link, but on a target that use
pkg_config_use_dependency, which doesn't allow public/private keyworld
yet
parent 9390116f
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
# Project dependencies
SET(CATKIN_REQUIRED_COMPONENTS roscpp std_msgs message_generation std_srvs geometry_msgs sensor_msgs tf2_ros
realtime_tools)
FIND_PACKAGE(Boost REQUIRED COMPONENTS program_options)
ADD_PROJECT_DEPENDENCY(Boost REQUIRED COMPONENTS program_options)
IF(BUILD_PYTHON_INTERFACE)
FINDPYTHON()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment