Skip to content

Commit

Permalink
soem_master: fix small typo
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 26, 2015
1 parent c363589 commit 638f1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soem_master/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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}}
install(PROGRAMS setcap.sh DESTINATION lib/${PROJECT_NAME})

orocos_generate_package( INCLUDE_DIRS ..)

0 comments on commit 638f1db

Please sign in to comment.