Skip to content

Commit

Permalink
find_package(catkin) and add run dependency on catkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gerkey committed Feb 23, 2016
1 parent 47fdb81 commit 64f78b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/genmsg-extras.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ set(GENMSG_CHECK_DEPS_SCRIPT "${genmsg_DIR}/../../../@(CATKIN_PACKAGE_BIN_DESTIN

include(CMakeParseArguments)

# We need various macros and variables that are provided by catkin
find_package(catkin REQUIRED)

# find message generators in all workspaces
set(message_generators "")
foreach(workspace ${CATKIN_WORKSPACES})
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<author>Ken Conley</author>

<buildtool_depend version_gte="0.5.74">catkin</buildtool_depend>
<run_depend>catkin</run_depend>

<export>
<rosdoc config="rosdoc.yaml"/>
Expand Down

0 comments on commit 64f78b1

Please sign in to comment.