From 53281e5840bd9005e27f26537a93c39cd56caf09 Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Thu, 6 Jul 2023 11:16:35 -0700 Subject: [PATCH] Fixed linking error in SLPI build --- platforms/qurt/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/qurt/CMakeLists.txt b/platforms/qurt/CMakeLists.txt index d85f3fcb7b..0e9757a5d1 100644 --- a/platforms/qurt/CMakeLists.txt +++ b/platforms/qurt/CMakeLists.txt @@ -50,5 +50,4 @@ add_library(px4 SHARED target_link_libraries(px4 modules__muorb__slpi ${module_libraries} - px4_layer )