forked from Archive/PX4-Autopilot
Added rt library to link for posix to fix travis build.
This commit is contained in:
parent
9ab9e1f142
commit
4bce702ed1
|
@ -18,7 +18,7 @@ set_target_properties(mainapp PROPERTIES LINK_FLAGS ${main_link_flags})
|
|||
target_link_libraries(mainapp
|
||||
-Wl,--start-group
|
||||
${module_libraries}
|
||||
pthread m
|
||||
pthread m rt
|
||||
-Wl,--end-group
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue