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
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Nov 13, 2024
1 parent 13ce6cb commit 66fc1c4
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 66fc1c4

Please sign in to comment.