Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
Nandan Tumu committed Nov 10, 2017
1 parent 4b3b020 commit 9e598a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -10,6 +10,7 @@ project(ac_msgs)
find_package(catkin REQUIRED COMPONENTS
rospy
std_msgs
message_generation
)

## System dependencies are found with CMake's conventions
Expand Down Expand Up @@ -105,7 +106,8 @@ catkin_package(
# INCLUDE_DIRS include
# LIBRARIES ac_msgs
# CATKIN_DEPENDS rospy std_msgs
# DEPENDS system_lib
DEPENDS message_runtime
DEPENDS std_msgs
)

###########
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ac_msgs</name>
<version>0.0.0</version>
<version>0.0.1</version>
<description>The ac_msgs package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down Expand Up @@ -50,12 +50,13 @@
<!-- <doc_depend>doxygen</doc_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_export_depend>rospy</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>

<exec_depend>message_runtime</exec_depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down

0 comments on commit 9e598a4

Please sign in to comment.