From c01ad07290bdd2092d5d1fdf85db0380a1c30995 Mon Sep 17 00:00:00 2001 From: Viktor Walter Date: Tue, 20 Feb 2024 11:23:10 +0100 Subject: [PATCH] Removing testing references --- CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28d4b0d..092067b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ set(CATKIN_DEPENDENCIES roscpp sensor_msgs std_msgs - mrs_uav_testing ) set(LIBRARIES @@ -447,18 +446,6 @@ target_link_libraries(uvdar_led_manager_node ${catkin_LIBRARIES} ) -## -------------------------------------------------------------- -## | Testing | -## -------------------------------------------------------------- - -if(CATKIN_ENABLE_TESTING AND MRS_ENABLE_TESTING) - - message(WARNING "Testing enabled.") - - add_subdirectory(test) - -endif() - ## -------------------------------------------------------------- ## | Install | ## --------------------------------------------------------------