From fd6568dbedb646050d85fa020466e33d519fe9b6 Mon Sep 17 00:00:00 2001 From: Jihoon Lee Date: Thu, 22 May 2014 13:42:39 +0900 Subject: [PATCH] missing COMPONENTS keyword before 'rostest' rosunit --- rocon_python_utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocon_python_utils/CMakeLists.txt b/rocon_python_utils/CMakeLists.txt index 0eafccc..08159ed 100644 --- a/rocon_python_utils/CMakeLists.txt +++ b/rocon_python_utils/CMakeLists.txt @@ -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()