mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
platforms posix link atomic
This commit is contained in:
@@ -67,8 +67,8 @@ else()
|
|||||||
parameters
|
parameters
|
||||||
)
|
)
|
||||||
|
|
||||||
if (NOT APPLE)
|
if(NOT APPLE)
|
||||||
target_link_libraries(px4 PRIVATE rt)
|
target_link_libraries(px4 PRIVATE atomic rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(px4 PRIVATE modules__uORB)
|
target_link_libraries(px4 PRIVATE modules__uORB)
|
||||||
|
|||||||
Reference in New Issue
Block a user