From ccf3bd19ca9c6b0c6b533e93e6e5c09f72acbea9 Mon Sep 17 00:00:00 2001 From: Livox-SDK Date: Sun, 28 Apr 2019 22:37:55 +0800 Subject: [PATCH] change:delete unused dependency --- livox_ros_driver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livox_ros_driver/CMakeLists.txt b/livox_ros_driver/CMakeLists.txt index 09b3620..6ef47f1 100755 --- a/livox_ros_driver/CMakeLists.txt +++ b/livox_ros_driver/CMakeLists.txt @@ -165,7 +165,7 @@ catkin_package( # INCLUDE_DIRS include # LIBRARIES lidar_sdk CATKIN_DEPENDS roscpp rospy std_msgs message_runtime - DEPENDS system_lib +# DEPENDS system_lib ) ###########