mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
platforms posix link atomic
This commit is contained in:
parent
bf23b1d0d8
commit
b292b04ac1
@ -67,8 +67,8 @@ else()
|
||||
parameters
|
||||
)
|
||||
|
||||
if (NOT APPLE)
|
||||
target_link_libraries(px4 PRIVATE rt)
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(px4 PRIVATE atomic rt)
|
||||
endif()
|
||||
|
||||
target_link_libraries(px4 PRIVATE modules__uORB)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user