From df4928fd4f781faccbec3539bd8c2f4abe3f2107 Mon Sep 17 00:00:00 2001 From: Marcin Pilch Date: Thu, 8 Jul 2021 08:38:56 +0200 Subject: [PATCH] Fix: Build fails due to missing directory --- ball_chaser/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ball_chaser/CMakeLists.txt b/ball_chaser/CMakeLists.txt index 5e5a153..cab87e9 100644 --- a/ball_chaser/CMakeLists.txt +++ b/ball_chaser/CMakeLists.txt @@ -104,7 +104,7 @@ generate_messages( ## CATKIN_DEPENDS: catkin_packages dependent projects also need ## DEPENDS: system dependencies of this project that dependent projects also need catkin_package( - INCLUDE_DIRS include + #INCLUDE_DIRS include LIBRARIES ball_chaser CATKIN_DEPENDS message_generation roscpp std_msgs image_transport cv_bridge DEPENDS system_lib