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

roscpp is required at build-time, not at runtime

ref #3
parent 617c6403
No related branches found
No related tags found
1 merge request!10Cmake export
Pipeline #7679 failed
...@@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS ...@@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS
catkin_package( catkin_package(
# INCLUDE_DIRS include # INCLUDE_DIRS include
# LIBRARIES talos_description # LIBRARIES talos_description
CATKIN_DEPENDS roscpp # CATKIN_DEPENDS roscpp
# DEPENDS system_lib # DEPENDS system_lib
) )
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<buildtool_depend>catkin</buildtool_depend> <buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<exec_depend>talos_description_calibration</exec_depend> <exec_depend>talos_description_calibration</exec_depend>
<exec_depend>talos_description_inertial</exec_depend> <exec_depend>talos_description_inertial</exec_depend>
......
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