Skip to content

Commit 0eae8d7

Browse files
authored
Add pthread to private linked libs (#153)
1 parent b2d794a commit 0eae8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ target_link_libraries(Monitoring
106106
Boost::boost
107107
PRIVATE
108108
Boost::system
109+
pthread
109110
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
110111
$<$<BOOL:${RdKafka_FOUND}>:RdKafka::rdkafka++>
111112
)

0 commit comments

Comments
 (0)