From 96eb84ac6e809f460052f82c732f167da7bcc7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdullah=20Danga=C3=A7?= <103657751+abdullahdangac@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:36:38 +0300 Subject: [PATCH] removed catkin --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc72f34..27ea790 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,9 +62,4 @@ install(FILES include/serial/serial.h include/serial/v8stdint.h DESTINATION include/serial ) -## Tests -# if(BUILD_TESTING) -# add_subdirectory(tests) -# endif() - ament_package()