Skip to content

Commit

Permalink
require version 0.4 of urdfdom_headers (moveit#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored and davetcoleman committed Sep 13, 2016
1 parent 16488d8 commit 701f77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(Boost REQUIRED)
include_directories(SYSTEM ${Boost_INCLUDE_DIR})

find_package(console_bridge REQUIRED)
find_package(urdfdom_headers REQUIRED)
find_package(urdfdom_headers 0.4 REQUIRED)

find_package(catkin REQUIRED COMPONENTS cmake_modules urdfdom_py)

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<build_depend>boost</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend>liburdfdom-headers-dev</build_depend>
<build_depend version_gte="0.4">liburdfdom-headers-dev</build_depend>
<build_depend>urdfdom_py</build_depend>
<build_depend>tinyxml</build_depend>

<run_depend>boost</run_depend>
<run_depend>libconsole-bridge-dev</run_depend>
<run_depend>liburdfdom-headers-dev</run_depend>
<run_depend version_gte="0.4">liburdfdom-headers-dev</run_depend>
<run_depend>tinyxml</run_depend>
<run_depend>urdfdom_py</run_depend>

Expand Down

0 comments on commit 701f77d

Please sign in to comment.