Skip to content

Commit 93ae0c2

Browse files
committed
Added dependency libevent_pthreads
1 parent 4da539f commit 93ae0c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/helix/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if(PL_HELIX OR BUILD_ALL_PLUGINS)
66
find_package(PkgConfig REQUIRED)
77
pkg_check_modules(HIREDIS REQUIRED hiredis)
88
pkg_check_modules(LIBEVENT REQUIRED libevent)
9+
pkg_check_modules(LIBEVENT_PTHREADS libevent_pthreads)
910
find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
1011

1112
# Include-What-You-Use (optional)
@@ -42,6 +43,7 @@ if(PL_HELIX OR BUILD_ALL_PLUGINS)
4243
Qt5::Widgets
4344
pthread
4445
${LIBEVENT_LIBRARIES}
46+
${LIBEVENT_PTHREADS_LIBRARIES}
4547
${HIREDIS_LIBRARIES}
4648
gui
4749
)

0 commit comments

Comments
 (0)