Browse Source

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 <jukkax@ssrc.tii.ae>
master
Jukka Laitinen 4 years ago committed by Daniel Agar
parent
commit
7bb33e65ae
  1. 1
      platforms/common/px4_work_queue/CMakeLists.txt

1
platforms/common/px4_work_queue/CMakeLists.txt

@ -44,4 +44,3 @@ if(PX4_TESTING) @@ -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)

Loading…
Cancel
Save