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")