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>
This commit is contained in:
Jukka Laitinen
2021-01-11 09:23:29 +02:00
parent 557af7e63d
commit c63c945eb8
@@ -44,4 +44,4 @@ if(PX4_TESTING)
endif()
target_compile_options(px4_work_queue PRIVATE ${MAX_CUSTOM_OPT_LEVEL})
target_link_libraries(px4_work_queue PRIVATE px4_platform)
add_dependencies(px4_work_queue px4_platform)