Skip to content

Commit

Permalink
fix: login operator block
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Sep 28, 2024
1 parent a167ade commit feeb4cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdpart/sast-link-cxx-sdk
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit feeb4cf

Please sign in to comment.