Skip to content

Commit

Permalink
fix: update external libraries in CMakeLists.txt for correct linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 committed Nov 12, 2024
1 parent 13ce6cb commit 7c264f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ set(SYSTEM_LIBS
set(EXTERNAL_LIBS
ssl
crypto
${LIBEVENT_LIBRARIES}
event
${JSON-C_LIBRARIES}
${ZLIB_LIBRARIES}
)
Expand Down

0 comments on commit 7c264f4

Please sign in to comment.