Skip to content

Commit

Permalink
fixing octomap_msgs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkammerl committed Oct 29, 2012
1 parent 258189e commit fd5dd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ if (${catkin_VERSION} VERSION_GREATER "0.5.28")
catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
DEPENDS sensor_msgs tf pcl_ros)
DEPENDS sensor_msgs tf pcl_ros octomap_msgs)
else()
catkin_stack()
catkin_project(octomap_ros)
endif()

find_package(catkin REQUIRED sensor_msgs tf pcl_ros)
find_package(catkin REQUIRED sensor_msgs tf pcl_ros octomap_msgs)
include_directories(${catkin_INCLUDE_DIRS})
link_directories(${catkin_LIBRARY_DIRS})
link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})
Expand Down

0 comments on commit fd5dd03

Please sign in to comment.