Skip to content

Commit 7c264f4

Browse files
committed
fix: update external libraries in CMakeLists.txt for correct linkage
1 parent 13ce6cb commit 7c264f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ set(SYSTEM_LIBS
106106
set(EXTERNAL_LIBS
107107
ssl
108108
crypto
109-
${LIBEVENT_LIBRARIES}
109+
event
110110
${JSON-C_LIBRARIES}
111111
${ZLIB_LIBRARIES}
112112
)

0 commit comments

Comments
 (0)