We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da539f commit 93ae0c2Copy full SHA for 93ae0c2
1 file changed
plugins/helix/CMakeLists.txt
@@ -6,6 +6,7 @@ if(PL_HELIX OR BUILD_ALL_PLUGINS)
6
find_package(PkgConfig REQUIRED)
7
pkg_check_modules(HIREDIS REQUIRED hiredis)
8
pkg_check_modules(LIBEVENT REQUIRED libevent)
9
+ pkg_check_modules(LIBEVENT_PTHREADS libevent_pthreads)
10
find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
11
12
# Include-What-You-Use (optional)
@@ -42,6 +43,7 @@ if(PL_HELIX OR BUILD_ALL_PLUGINS)
42
43
Qt5::Widgets
44
pthread
45
${LIBEVENT_LIBRARIES}
46
+ ${LIBEVENT_PTHREADS_LIBRARIES}
47
${HIREDIS_LIBRARIES}
48
gui
49
)
0 commit comments