From c5c0dcf2d51cbc1c8f6117f7e29a6099bff24f9d Mon Sep 17 00:00:00 2001 From: yul Date: Mon, 5 Feb 2024 06:19:11 +0100 Subject: [PATCH] . --- src/tutorial_pkg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial_pkg/CMakeLists.txt b/src/tutorial_pkg/CMakeLists.txt index 513a0e2..6aa1d89 100644 --- a/src/tutorial_pkg/CMakeLists.txt +++ b/src/tutorial_pkg/CMakeLists.txt @@ -19,4 +19,4 @@ include_directories(${catkin_INCLUDE_DIRS}) add_executable(my_first_node src/my_first_node.cpp) target_link_libraries(my_first_node - ${catkin_LIBRARIES} \ No newline at end of file + ${catkin_LIBRARIES}) \ No newline at end of file