Skip to content

Commit

Permalink
Merge pull request #51 from robotics-in-concert/lintwork
Browse files Browse the repository at this point in the history
Lintwork
  • Loading branch information
stonier committed May 26, 2014
2 parents f9ca0d2 + 45426d5 commit fdf3286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rocon_interactions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(rocon_interactions)
# Catkin
##############################################################################

find_package(catkin REQUIRED roslint)
find_package(catkin REQUIRED COMPONENTS roslint)
catkin_package()

catkin_python_setup()
Expand Down
2 changes: 1 addition & 1 deletion rocon_python_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ catkin_python_setup()
##############################################################################

if (CATKIN_ENABLE_TESTING)
find_package(catkin REQUIRED rostest rosunit)
find_package(catkin REQUIRED COMPONENTS rostest rosunit)
add_subdirectory(tests)
endif()

Expand Down

0 comments on commit fdf3286

Please sign in to comment.