Added missing pthread-library
This commit is contained in:
parent
35edc6ca6e
commit
f3b9eb25a7
@ -6,6 +6,8 @@ enable_testing()
|
||||
|
||||
add_executable(rfmon-to-influx main.cpp)
|
||||
|
||||
target_link_libraries(rfmon-to-influx pthread)
|
||||
|
||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||
include(CPack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user