From 5a642b8492279be0378d3579832b8cda0a580367 Mon Sep 17 00:00:00 2001 From: Paul D'Angio <pcdangio@gmail.com> Date: Mon, 26 Oct 2020 23:15:41 -0400 Subject: [PATCH] fixed bug in CMakeLists.txt for msgs --- driver_mpu9250_msgs/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/driver_mpu9250_msgs/CMakeLists.txt b/driver_mpu9250_msgs/CMakeLists.txt index 8d76060..7279065 100644 --- a/driver_mpu9250_msgs/CMakeLists.txt +++ b/driver_mpu9250_msgs/CMakeLists.txt @@ -33,4 +33,5 @@ generate_messages( # Generage catkin package. catkin_package( -# CATKIN_DEPENDS other_catkin_pkg) \ No newline at end of file +# CATKIN_DEPENDS other_catkin_pkg +) \ No newline at end of file -- GitLab