feat remove Async++
Some checks failed
linux-x64-gcc / linux-gcc (Release) (push) Failing after 42s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 1m0s
linux-arm-gcc / linux-gcc-armhf (push) Failing after 1m15s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 1m19s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 1m34s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Failing after 1m55s

This commit is contained in:
tqcq 2024-05-15 16:48:48 +08:00
parent 618e91fd34
commit 6baec144d2

View File

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