summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-20 19:15:01 +0800
committeryangwei <[email protected]>2024-04-21 01:53:13 +0800
commitad61166674e0349048bdaf44fa7e2fb89c299cf0 (patch)
treebe34c0824a32a32bc0897b30bf67ad55daaa718f /CMakeLists.txt
parent0ed228dcf6f2f8524ed054e28b4aa838438436cd (diff)
Revert "✨ feat(bloom library): choose in sapp.toml"
This reverts commit 97cc3158b48973d96d451fc9cc52011ccba43d16.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 451ff7a..7233696 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,7 +203,7 @@ set(SAPP_DEPEND_DYN_LIB MESA_handle_logger MESA_prof_load MESA_htable MESA_fiel
set(SAPP_INNER_STATIC_LIB sapp_dev dealpkt packet_io packet_io_pcap packet_io_marsio common
config inline_keepalive gdev_assistant sapp_assistant sapp_metrics plugctrl project timer
md5 symbol_check tomlc99_wrap MESA_socket_wrap timestamp_record
- MESA_sleep dpdk_ip_hash cpu_limit timeout ap_bloom libdabloom token_bucket)
+ MESA_sleep dpdk_ip_hash cpu_limit timeout ap_bloom token_bucket)
if(LIBEVENT_ENABLED)
set(SAPP_INNER_STATIC_LIB ${SAPP_INNER_STATIC_LIB} libevent-static)