Browse Source

Added rt library to link for posix to fix travis build.

sbg
James Goppert 10 years ago
parent
commit
4bce702ed1
  1. 2
      src/firmware/posix/CMakeLists.txt

2
src/firmware/posix/CMakeLists.txt

@ -18,7 +18,7 @@ set_target_properties(mainapp PROPERTIES LINK_FLAGS ${main_link_flags}) @@ -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…
Cancel
Save