Skip to content

Commit

Permalink
missing COMPONENTS keyword before 'rostest' rosunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl committed May 22, 2014
1 parent f9ca0d2 commit fd6568d
Showing 1 changed file with 1 addition and 1 deletion.
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 fd6568d

Please sign in to comment.