small improvement

This commit is contained in:
Robin Müller 2020-12-20 02:09:08 +01:00
parent ebe7f02fc4
commit a0d5b23311
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@ target_sources(${LIB_FSFW_NAME}
)
if(UNIX)
add_definitions(-pthread)
target_link_libraries(${LIB_FSFW_NAME}
PRIVATE
rt
pthread
)
endif()