From 47f7910b29a8825d1d1943f1efdfd720111229e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Or=C5=A1uli=C4=87?= Date: Thu, 26 May 2022 18:05:24 +0200 Subject: [PATCH] Remove unsupported INTERFACE library catkin export --- scout_base/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/scout_base/CMakeLists.txt b/scout_base/CMakeLists.txt index e3002e2..ab7238e 100644 --- a/scout_base/CMakeLists.txt +++ b/scout_base/CMakeLists.txt @@ -25,7 +25,6 @@ find_package(catkin REQUIRED COMPONENTS catkin_package( INCLUDE_DIRS include - LIBRARIES scout_messenger CATKIN_DEPENDS ugv_sdk scout_msgs tf tf2 tf2_ros # DEPENDS Boost )