Skip to content

Commit

Permalink
Removing testing references
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed Feb 20, 2024
1 parent 5a26d70 commit c01ad07
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ set(CATKIN_DEPENDENCIES
roscpp
sensor_msgs
std_msgs
mrs_uav_testing
)

set(LIBRARIES
Expand Down Expand Up @@ -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 |
## --------------------------------------------------------------
Expand Down

0 comments on commit c01ad07

Please sign in to comment.