Skip to content

Commit

Permalink
[fix][cmake] Fix compile on aarch64.
Browse files Browse the repository at this point in the history
Signed-off-by: Ketor <d.ketor@gmail.com>
  • Loading branch information
ketor authored and rock-git committed Apr 22, 2024
1 parent 97256bb commit eb49895
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 @@ -315,7 +315,6 @@ set(DYNAMIC_LIB
${ZSTD_LIBRARIES}
${YAMLCPP_LIBRARIES}
${FMT_LIBRARIES}
${ZLIB_LIBRARIES}
${OPENSSL_LIBRARIES}
${CRYPTO_LIBRARIES}
${GLOG_LIBRARIES}
Expand All @@ -324,6 +323,7 @@ set(DYNAMIC_LIB
${LIBUNWIND_GENERIC_LIBRARIES}
${LIBUNWIND_ARCH_LIBRARIES}
${LIBBACKTRACE_LIBRARIES}
${ZLIB_LIBRARIES}
${BDB_LIBRARIES}
)

Expand Down

0 comments on commit eb49895

Please sign in to comment.