Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
refactor: delete find package libaio dependency when build (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer authored Jan 8, 2021
1 parent 6666355 commit 34df5b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
91 changes: 0 additions & 91 deletions bin/FindAIO.cmake

This file was deleted.

3 changes: 0 additions & 3 deletions bin/dsn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ function(dsn_setup_system_libs)
find_package(RT REQUIRED)
set(DSN_SYSTEM_LIBS ${DSN_SYSTEM_LIBS} ${RT_LIBRARIES})

find_package(AIO REQUIRED)
set(DSN_SYSTEM_LIBS ${DSN_SYSTEM_LIBS} ${AIO_LIBRARIES})

find_package(DL REQUIRED)
set(DSN_SYSTEM_LIBS ${DSN_SYSTEM_LIBS} ${DL_LIBRARIES})

Expand Down

0 comments on commit 34df5b3

Please sign in to comment.