Skip to content

Commit

Permalink
Add missing catkin depends to vhacd_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Feb 12, 2019
1 parent 790f654 commit 77be8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trajopt_ext/vhacd_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(vhacd_ros)

add_compile_options(-std=c++11 -w)

find_package(catkin REQUIRED COMPONENTS)
find_package(catkin REQUIRED COMPONENTS bullet3_ros)

option(NO_OPENCL "NO_OPENCL" OFF)
option(NO_OPENMP "NO_OPENMP" OFF)
Expand All @@ -14,6 +14,7 @@ message("NO_OPENMP " ${NO_OPENMP})
catkin_package(
INCLUDE_DIRS include
LIBRARIES vhacd
CATKIN_DEPENDS bullet3_ros
)

include_directories(
Expand Down
1 change: 1 addition & 0 deletions trajopt_ext/vhacd_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<license>BSD</license>

<buildtool_depend>catkin</buildtool_depend>
<depend>bullet3_ros</depend>

<export>
</export>
Expand Down

0 comments on commit 77be8ba

Please sign in to comment.