Skip to content

Commit

Permalink
Merge pull request #61 from ros/find_package_catkin
Browse files Browse the repository at this point in the history
find_package(catkin)
  • Loading branch information
dirk-thomas committed Feb 23, 2016
2 parents 47fdb81 + e54d7e3 commit 4f969dc
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 @@ -8,6 +8,9 @@ set(_GENMSG_EXTRAS_INCLUDED_ TRUE)
# set destination for langs
set(GENMSG_LANGS_DESTINATION "etc/ros/genmsg")

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

@[if DEVELSPACE]@
# bin dir variables in develspace
set(GENMSG_CHECK_DEPS_SCRIPT "@(CMAKE_CURRENT_SOURCE_DIR)/scripts/genmsg_check_deps.py")
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 4f969dc

Please sign in to comment.