From 6baec144d2f7ec01838c41026e88374b395e40b9 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Wed, 15 May 2024 16:48:48 +0800 Subject: [PATCH] feat remove Async++ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e535d0c..af1836a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ target_sources( target_link_libraries( sled - PUBLIC rpc_core fmt marl Async++ minilua asio + PUBLIC rpc_core fmt marl minilua asio # protobuf::libprotoc PRIVATE dl) if(CMAKE_SYSTEM_NAME STREQUAL "Linux")