From 45426d59e2412d3caaa171eb4fcf45de8430a716 Mon Sep 17 00:00:00 2001 From: Jihoon Lee Date: Thu, 22 May 2014 13:49:08 +0900 Subject: [PATCH] error: missing COMPONENTS keyword before 'roslint --- rocon_interactions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocon_interactions/CMakeLists.txt b/rocon_interactions/CMakeLists.txt index 330da24..50f1d66 100644 --- a/rocon_interactions/CMakeLists.txt +++ b/rocon_interactions/CMakeLists.txt @@ -9,7 +9,7 @@ project(rocon_interactions) # Catkin ############################################################################## -find_package(catkin REQUIRED roslint) +find_package(catkin REQUIRED COMPONENTS roslint) catkin_package() catkin_python_setup()