summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-23 18:14:26 +0800
committeryangwei <[email protected]>2023-08-23 18:14:26 +0800
commit3bbfd0374c81ddb3bdde75d91b66a6a4eddcd9ed (patch)
treec038fbd656f54b7d55a28311b58651586741e2e7 /test
parent93c96418fac3ae6b01be64854b148e1b2a93c6e4 (diff)
🔧 build(dabloom): 从vendor移出源码到src/support目录
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 12c2938..d195e61 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -23,7 +23,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/sapp_devel.cpp "")
set(LIBS 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 libdabloom-static )
+ MESA_sleep dpdk_ip_hash cpu_limit timeout libdabloom )
if(LIBEVENT_ENABLED)
set(LIBS ${LIBS} libevent-static)