From feeb4cf026d0b6545ab49804314fc6a5ce825ffc Mon Sep 17 00:00:00 2001 From: Serein <2075337935@qq.com> Date: Sat, 28 Sep 2024 17:02:33 +0800 Subject: [PATCH] fix: login operator block --- 3rdpart/sast-link-cxx-sdk | 2 +- src/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/3rdpart/sast-link-cxx-sdk b/3rdpart/sast-link-cxx-sdk index a2dce4cf..6cec6dc7 160000 --- a/3rdpart/sast-link-cxx-sdk +++ b/3rdpart/sast-link-cxx-sdk @@ -1 +1 @@ -Subproject commit a2dce4cf625a126ecf897cd15694eeb53ee70fb5 +Subproject commit 6cec6dc73704033b18194409a3030b61939febe2 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c959e45..4f696896 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,7 +14,6 @@ endif() if (LINUX) target_compile_definitions(${PROJECT_NAME} PRIVATE BOOST_ASIO_HAS_IO_URING - BOOST_ASIO_DISABLE_EPOLL ) find_library(URING_LIBRARY NAMES liburing.a REQUIRED) message(STATUS "Found liburing: ${URING_LIBRARY}")