From 7bb33e65ae778211bb9ecce567268478f0dd6010 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Mon, 11 Jan 2021 09:23:29 +0200 Subject: [PATCH] Remove px4_work_queue linking to px4_platform Remove linking to px4_plaform in here; this breaks linking for nuttx protected build Signed-off-by: Jukka Laitinen --- platforms/common/px4_work_queue/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/common/px4_work_queue/CMakeLists.txt b/platforms/common/px4_work_queue/CMakeLists.txt index 429c69d6d1..01f8cc3db2 100644 --- a/platforms/common/px4_work_queue/CMakeLists.txt +++ b/platforms/common/px4_work_queue/CMakeLists.txt @@ -44,4 +44,3 @@ if(PX4_TESTING) endif() target_compile_options(px4_work_queue PRIVATE ${MAX_CUSTOM_OPT_LEVEL}) -target_link_libraries(px4_work_queue PRIVATE px4_platform)