Skip to content

Commit

Permalink
soem_master: add quiet find for catkin to make sure the debians behave
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Smits <[email protected]>
  • Loading branch information
Ruben Smits committed Jan 27, 2015
1 parent 638f1db commit 8a8a96a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soem_master/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(soem_master)
# Set the CMAKE_PREFIX_PATH in case you're not using Orocos through
# ROS for helping these find commands find RTT.
find_package(OROCOS-RTT REQUIRED ${RTT_HINTS} )
find_package(catkin QUIET)

# Defines the orocos_* cmake macros. See that file for additional
# documentation.
Expand All @@ -21,6 +22,7 @@ target_link_libraries(soem_master soem_driver_factory ${soem_LIBRARIES})
orocos_plugin(soem_plugin soem_plugin.cpp)

orocos_install_headers( soem_driver.h soem_driver_factory.h)

install(PROGRAMS setcap.sh DESTINATION lib/${PROJECT_NAME})

orocos_generate_package( INCLUDE_DIRS ..)
Expand Down

0 comments on commit 8a8a96a

Please sign in to comment.