Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
homer_msgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
robbie
homer_msgs
Commits
b9857229
Commit
b9857229
authored
5 years ago
by
Daniel Müller
Browse files
Options
Downloads
Patches
Plain Diff
Added dependency to actionlib_msgs for packages importing this package
parent
5c43828e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+10
-5
10 additions, 5 deletions
CMakeLists.txt
with
10 additions
and
5 deletions
CMakeLists.txt
+
10
−
5
View file @
b9857229
...
@@ -6,7 +6,6 @@ project(homer_msgs)
...
@@ -6,7 +6,6 @@ project(homer_msgs)
## is used, also find other catkin packages
## is used, also find other catkin packages
find_package
(
catkin REQUIRED COMPONENTS
find_package
(
catkin REQUIRED COMPONENTS
roscpp
roscpp
# rospy
message_generation
message_generation
geometry_msgs
geometry_msgs
sensor_msgs
sensor_msgs
...
@@ -103,10 +102,16 @@ generate_messages(
...
@@ -103,10 +102,16 @@ generate_messages(
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package
(
catkin_package
(
INCLUDE_DIRS include
INCLUDE_DIRS
# LIBRARIES homer_msgs
include
CATKIN_DEPENDS message_runtime geometry_msgs sensor_msgs std_msgs
#LIBRARIES homer_msgs
# DEPENDS system_lib
CATKIN_DEPENDS
message_runtime
geometry_msgs
sensor_msgs
std_msgs
actionlib_msgs
#DEPENDS system_lib
)
)
###########
###########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment