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

This commit is contained in:
James Goppert 2015-09-11 00:45:23 -04:00
parent 9ab9e1f142
commit 4bce702ed1
1 changed files with 1 additions and 1 deletions

View File

@ -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
)